{"info":{"_postman_id":"391e3074-52f3-401d-8d4d-fd1fde853b00","name":"Magento 2 Daily Deal  GraphQL & Examples","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10589000","collectionId":"391e3074-52f3-401d-8d4d-fd1fde853b00","publishedId":"SzRxXrBj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-24T02:32:30.000Z"},"item":[{"name":"Get all the deals","id":"051695c2-6ac3-47ea-b7e9-604fd305d628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{ \r\n  MpDailyDeals(filter:{product_sku:{neq:\"24-WG022\"}} \r\n    currentPage: 1\r\n  \tpageSize:10\r\n )\r\n{\r\n\titems {\r\n\t  created_at\r\n\t  date_from\r\n\t  date_to\r\n\t  deal_id\r\n\t  deal_price\r\n\t  deal_qty\r\n\t  discount_label\r\n\t  is_featured\r\n\t  product_id\r\n\t  product_name\r\n\t  product_sku\r\n\t  sale_qty\r\n\t  status\r\n\t  store_ids\r\n\t  updated_at\r\n\t} \r\n\t\r\n    total_count\r\n\t\t}\r\n\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a3e660cb-7ba2-48c6-b0bc-ce43354d55b2","name":"Get all the deals Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{ \r\n  MpDailyDeals(filter:{product_sku:{neq:\"24-WG022\"}} \r\n    currentPage: 1\r\n  \tpageSize:10\r\n )\r\n{\r\n\titems {\r\n\t  created_at\r\n\t  date_from\r\n\t  date_to\r\n\t  deal_id\r\n\t  deal_price\r\n\t  deal_qty\r\n\t  discount_label\r\n\t  is_featured\r\n\t  product_id\r\n\t  product_name\r\n\t  product_sku\r\n\t  sale_qty\r\n\t  status\r\n\t  store_ids\r\n\t  updated_at\r\n\t} \r\n\t\r\n    total_count\r\n\t\t}\r\n\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Mar 2020 04:28:36 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Set-Cookie","value":"PHPSESSID=jfft8e6k91mjujp9fj2v5uc8m7; expires=Tue, 10-Mar-2020 05:28:37 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=5212555b73cdb6f03ef8465aec75e074; expires=Fri, 08-Mar-2030 04:28:37 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=008591c72f3d59ffc2d1d787be4e1c78; expires=Fri, 08-Mar-2030 04:28:37 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=b5763ea586cab115390f769e1e5c6deb; expires=Fri, 08-Mar-2030 04:28:37 GMT; Max-Age=315360000; path=/"},{"key":"Expires","value":"Sun, 10 Mar 2019 04:28:37 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"3423"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpDailyDeals\": {\n            \"items\": [\n                {\n                    \"created_at\": \"2020-02-14 02:46:38\",\n                    \"date_from\": \"2020-02-13 00:00:00\",\n                    \"date_to\": \"2020-02-27 00:00:00\",\n                    \"deal_id\": 1,\n                    \"deal_price\": 22,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 1,\n                    \"product_name\": \"Joust Duffle Bag\",\n                    \"product_sku\": \"24-MB01\",\n                    \"sale_qty\": 1,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-18 10:38:42\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:47:12\",\n                    \"date_from\": \"2020-02-01 00:00:00\",\n                    \"date_to\": \"2020-02-15 00:00:00\",\n                    \"deal_id\": 2,\n                    \"deal_price\": 20,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 1,\n                    \"product_id\": 2,\n                    \"product_name\": \"Strive Shoulder Pack\",\n                    \"product_sku\": \"24-MB04\",\n                    \"sale_qty\": 0,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-14 03:30:15\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:47:43\",\n                    \"date_from\": \"2020-02-09 00:00:00\",\n                    \"date_to\": \"2020-02-29 00:00:00\",\n                    \"deal_id\": 3,\n                    \"deal_price\": 25,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 3,\n                    \"product_name\": \"Crown Summit Backpack\",\n                    \"product_sku\": \"24-MB03\",\n                    \"sale_qty\": 1,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-18 10:38:42\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:49:17\",\n                    \"date_from\": \"2020-02-01 00:00:00\",\n                    \"date_to\": \"2020-02-29 00:00:00\",\n                    \"deal_id\": 4,\n                    \"deal_price\": 30,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 4,\n                    \"product_name\": \"Wayfarer Messenger Bag\",\n                    \"product_sku\": \"24-MB05\",\n                    \"sale_qty\": 1,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-18 10:38:42\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:46:38\",\n                    \"date_from\": \"2020-02-11 00:00:00\",\n                    \"date_to\": \"2020-02-27 00:00:00\",\n                    \"deal_id\": 10,\n                    \"deal_price\": 10,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 11,\n                    \"product_name\": \"Endeavor Daytrip Backpack\",\n                    \"product_sku\": \"24-WB06\",\n                    \"sale_qty\": 1,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-17 09:51:00\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 08:10:25\",\n                    \"date_from\": \"2020-02-06 00:00:00\",\n                    \"date_to\": \"2020-02-26 00:00:00\",\n                    \"deal_id\": 12,\n                    \"deal_price\": 22,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 8,\n                    \"product_name\": \"Voyage Yoga Bag\",\n                    \"product_sku\": \"24-WB01\",\n                    \"sale_qty\": 1,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-17 10:48:03\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:46:38\",\n                    \"date_from\": \"2020-02-11 00:00:00\",\n                    \"date_to\": \"2020-02-27 00:00:00\",\n                    \"deal_id\": 14,\n                    \"deal_price\": 10,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 9,\n                    \"product_name\": \"Compete Track Tote\",\n                    \"product_sku\": \"24-WB02\",\n                    \"sale_qty\": 0,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-14 02:46:38\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:46:38\",\n                    \"date_from\": \"2020-02-11 00:00:00\",\n                    \"date_to\": \"2020-02-27 00:00:00\",\n                    \"deal_id\": 15,\n                    \"deal_price\": 10,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 6,\n                    \"product_name\": \"Fusion Backpack\",\n                    \"product_sku\": \"24-MB02\",\n                    \"sale_qty\": 0,\n                    \"status\": 1,\n                    \"store_ids\": \"2\",\n                    \"updated_at\": \"2020-02-17 06:46:48\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:46:38\",\n                    \"date_from\": \"2020-02-11 00:00:00\",\n                    \"date_to\": \"2020-02-27 00:00:00\",\n                    \"deal_id\": 16,\n                    \"deal_price\": 10,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 2044,\n                    \"product_name\": \"Erika Running Short-32-Purple\",\n                    \"product_sku\": \"WSH12-32-Purple\",\n                    \"sale_qty\": 0,\n                    \"status\": 1,\n                    \"store_ids\": \"2\",\n                    \"updated_at\": \"2020-02-17 06:48:29\"\n                },\n                {\n                    \"created_at\": \"2020-02-14 02:46:38\",\n                    \"date_from\": \"2020-02-11 00:00:00\",\n                    \"date_to\": \"2020-02-27 00:00:00\",\n                    \"deal_id\": 17,\n                    \"deal_price\": 20,\n                    \"deal_qty\": 10,\n                    \"discount_label\": null,\n                    \"is_featured\": 0,\n                    \"product_id\": 10,\n                    \"product_name\": \"Savvy Shoulder Tote\",\n                    \"product_sku\": \"24-WB05\",\n                    \"sale_qty\": 0,\n                    \"status\": 1,\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-14 02:46:38\"\n                }\n            ],\n            \"total_count\": 16\n        }\n    }\n}"}],"_postman_id":"051695c2-6ac3-47ea-b7e9-604fd305d628"},{"name":"Add discount label, countdown time data","id":"055d2fda-7fb4-40c1-9525-cea14f89488a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\r\nproducts(filter: {sku:{eq:\"24-MB03\"}}) {\r\n\titems {\r\n    sku\r\n    mp_daily_deal {\r\n      created_at\r\n      date_from\r\n      date_to\r\n      deal_id\r\n      deal_price\r\n      remaining_time\r\n      deal_qty\r\n      discount_label\r\n      is_featured\r\n      product_id\r\n      product_name\r\n      product_sku\r\n      sale_qty\r\n      status\r\n      store_ids\r\n      updated_at\r\n    }\r\n}\r\n\ttotal_count\r\n\tpage_info {\r\n\t\tcurrent_page\r\n\t\tpage_size\r\n\t\ttotal_pages\r\n\t\t\t\t\t\t}\r\n\t\t\t}\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3163c125-6fae-40cb-a423-b4c7b479a012","name":"Add discount label, countdown time data Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\r\nproducts(filter: {sku:{eq:\"24-MB03\"}}) {\r\n\titems {\r\n    sku\r\n    mp_daily_deal {\r\n      created_at\r\n      date_from\r\n      date_to\r\n      deal_id\r\n      deal_price\r\n      remaining_time\r\n      deal_qty\r\n      discount_label\r\n      is_featured\r\n      product_id\r\n      product_name\r\n      product_sku\r\n      sale_qty\r\n      status\r\n      store_ids\r\n      updated_at\r\n    }\r\n}\r\n\ttotal_count\r\n\tpage_info {\r\n\t\tcurrent_page\r\n\t\tpage_size\r\n\t\ttotal_pages\r\n\t\t\t\t\t\t}\r\n\t\t\t}\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 10:07:18 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=fgg9l1i9eosa8kq7f5meuuhptb; expires=Thu, 27-Aug-2020 11:07:18 GMT; Max-Age=3600; path=/maianh/ce235a; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=550cc4f8d569d24ff63b469794c75367; expires=Sun, 25-Aug-2030 10:07:18 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=f9a324bdc06c55f0a023a41e6e967cfa; expires=Sun, 25-Aug-2030 10:07:18 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=e81918050a1d089291ef5524df6ac21a; expires=Sun, 25-Aug-2030 10:07:18 GMT; Max-Age=315360000; path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"516"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"300622"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"items\": [\n                {\n                    \"sku\": \"24-MB03\",\n                    \"mp_daily_deal\": {\n                        \"created_at\": \"2020-08-25 06:34:05\",\n                        \"date_from\": \"2020-08-20 19:15:10\",\n                        \"date_to\": \"2020-08-31 16:20:30\",\n                        \"deal_id\": 30,\n                        \"deal_price\": 40,\n                        \"remaining_time\": \"385992000\",\n                        \"deal_qty\": 10,\n                        \"discount_label\": \"60% OFF\",\n                        \"is_featured\": 0,\n                        \"product_id\": 3,\n                        \"product_name\": \"Crown Summit Backpack\",\n                        \"product_sku\": \"24-MB03\",\n                        \"sale_qty\": 0,\n                        \"status\": 1,\n                        \"store_ids\": \"0\",\n                        \"updated_at\": \"2020-08-27 10:07:15\"\n                    }\n                }\n            ],\n            \"total_count\": 1,\n            \"page_info\": {\n                \"current_page\": 1,\n                \"page_size\": 20,\n                \"total_pages\": 1\n            }\n        }\n    }\n}"}],"_postman_id":"055d2fda-7fb4-40c1-9525-cea14f89488a"},{"name":"Get configuration","id":"e36b410a-33c7-46b9-bcdd-88c9d69bab79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\r\n  storeConfig{\r\n    mp_dailydeal_enabled\r\n    mp_dailydeal_show_qty_remain\r\n    mp_dailydeal_show_discount_label\r\n    mp_dailydeal_content_label\r\n    mp_dailydeal_round_percent\r\n    mp_dailydeal_show_on\r\n    mp_dailydeal_label_bg_color\r\n    mp_dailydeal_label_border_color\r\n    mp_dailydeal_label_text_color\r\n    mp_dailydeal_all_deals_enabled\r\n    mp_dailydeal_all_deals_route\r\n    mp_dailydeal_all_deals_title\r\n    mp_dailydeal_new_deals_enabled\r\n    mp_dailydeal_new_deals_route\r\n    mp_dailydeal_new_deals_title\r\n    mp_dailydeal_featured_deals_enabled\r\n    mp_dailydeal_featured_deals_route\r\n    mp_dailydeal_featured_deals_title\r\n    mp_dailydeal_best_deals_enabled\r\n    mp_dailydeal_best_deals_route\r\n    mp_dailydeal_best_deals_title\r\n    mp_dailydeal_show_countdown_timer\r\n    mp_dailydeal_clock_style\r\n    mp_dailydeal_countdown_outer_color\r\n    mp_dailydeal_countdown_inner_color\r\n    mp_dailydeal_countdown_number_color\r\n    mp_dailydeal_countdown_text\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}graphql","urlObject":{"host":["{{magento_base_url}}graphql"],"query":[],"variable":[]}},"response":[{"id":"afb13dde-9a7d-490e-9025-5b7938ba2913","name":"Get configuration Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\r\n  storeConfig{\r\n    mp_dailydeal_enabled\r\n    mp_dailydeal_show_qty_remain\r\n    mp_dailydeal_show_discount_label\r\n    mp_dailydeal_content_label\r\n    mp_dailydeal_round_percent\r\n    mp_dailydeal_show_on\r\n    mp_dailydeal_label_bg_color\r\n    mp_dailydeal_label_border_color\r\n    mp_dailydeal_label_text_color\r\n    mp_dailydeal_all_deals_enabled\r\n    mp_dailydeal_all_deals_route\r\n    mp_dailydeal_all_deals_title\r\n    mp_dailydeal_new_deals_enabled\r\n    mp_dailydeal_new_deals_route\r\n    mp_dailydeal_new_deals_title\r\n    mp_dailydeal_featured_deals_enabled\r\n    mp_dailydeal_featured_deals_route\r\n    mp_dailydeal_featured_deals_title\r\n    mp_dailydeal_best_deals_enabled\r\n    mp_dailydeal_best_deals_route\r\n    mp_dailydeal_best_deals_title\r\n    mp_dailydeal_show_countdown_timer\r\n    mp_dailydeal_clock_style\r\n    mp_dailydeal_countdown_outer_color\r\n    mp_dailydeal_countdown_inner_color\r\n    mp_dailydeal_countdown_number_color\r\n    mp_dailydeal_countdown_text\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Nov 2020 03:56:15 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Sun, 24 Nov 2019 03:56:15 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=qdofg5bq87on8au558iom3ktl2; expires=Tue, 24-Nov-2020 04:56:15 GMT; Max-Age=3600; path=/api/api; domain=192.168.1.100; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=cc41619cda2a2422b4916678ae08c0c0; expires=Fri, 22-Nov-2030 03:56:15 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=2172fd4a868736b5453594ed4773796b; expires=Fri, 22-Nov-2030 03:56:15 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=659f366bbe4f8f895d0033c2fb82f5e7; expires=Fri, 22-Nov-2030 03:56:15 GMT; Max-Age=315360000; path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1159"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"storeConfig\": {\n            \"mp_dailydeal_enabled\": true,\n            \"mp_dailydeal_show_qty_remain\": true,\n            \"mp_dailydeal_show_discount_label\": 1,\n            \"mp_dailydeal_content_label\": \"{{number}}% OFF\",\n            \"mp_dailydeal_round_percent\": \"1\",\n            \"mp_dailydeal_show_on\": \"1\",\n            \"mp_dailydeal_label_bg_color\": \"#FFFFFF\",\n            \"mp_dailydeal_label_border_color\": \"#61A969\",\n            \"mp_dailydeal_label_text_color\": \"#61A969\",\n            \"mp_dailydeal_all_deals_enabled\": true,\n            \"mp_dailydeal_all_deals_route\": \"alldealss\",\n            \"mp_dailydeal_all_deals_title\": \"All Dealss\",\n            \"mp_dailydeal_new_deals_enabled\": true,\n            \"mp_dailydeal_new_deals_route\": \"newdealss\",\n            \"mp_dailydeal_new_deals_title\": \"New Dealss\",\n            \"mp_dailydeal_featured_deals_enabled\": true,\n            \"mp_dailydeal_featured_deals_route\": \"featuredealss\",\n            \"mp_dailydeal_featured_deals_title\": \"Featured Dealss\",\n            \"mp_dailydeal_best_deals_enabled\": true,\n            \"mp_dailydeal_best_deals_route\": \"sellerdealss\",\n            \"mp_dailydeal_best_deals_title\": \"BestSeller Dealss\",\n            \"mp_dailydeal_show_countdown_timer\": 1,\n            \"mp_dailydeal_clock_style\": \"deal_style_4\",\n            \"mp_dailydeal_countdown_outer_color\": \"#00BF96\",\n            \"mp_dailydeal_countdown_inner_color\": \"#00816A\",\n            \"mp_dailydeal_countdown_number_color\": \"#FFFFFF\",\n            \"mp_dailydeal_countdown_text\": \"#FFFFFF\"\n        }\n    }\n}"}],"_postman_id":"e36b410a-33c7-46b9-bcdd-88c9d69bab79"}]}