{"info":{"_postman_id":"ef675343-bcce-48eb-bf1f-46cce03ae619","name":"Magento 2 Quick Order 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":"ef675343-bcce-48eb-bf1f-46cce03ae619","publishedId":"TVYDfKW9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-23T08:19:36.000Z"},"item":[{"name":"Add item to list by SKU","id":"375bc54f-2a66-46d4-801c-03235cd40b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n    mpQuickOrderSKUs (\r\n        sku: [\r\n            \"24-MB04,1\",\r\n            \"MH02,9,size:M,color:Red\",\r\n            \"24-MB02,1\",\r\n            \"24-WG080\"\r\n        ]\r\n    ) {\r\n        item_id\r\n        options\r\n        options_select_value_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ea1366fd-4a7f-42cd-be35-0238bb30d737","name":"Get Quick Order SKU Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n    mpQuickOrderSKUs (\r\n        sku: [\r\n            \"24-MB04,1\",\r\n            \"MH02,9,size:M,color:Red\",\r\n            \"24-MB02,1\",\r\n            \"24-WG080\"\r\n        ]\r\n    ) {\r\n        item_id\r\n        options\r\n        options_select_value_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Oct 2020 07:35:54 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=5raa46tsaq42th14oh8fk3tdes; expires=Fri, 23-Oct-2020 08:35:54 GMT; Max-Age=3600; path=/api/api5; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=1d5b612c022e562dd0a65d6448b4d2e1; expires=Mon, 21-Oct-2030 07:35:54 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"localhost=%7B%22311260169%22%3A%2224-MB04%2C1%22%2C%22378511234%22%3A%22MH02%2C9%2Csize%3AM%2Ccolor%3ARed%22%2C%22713181365%22%3A%2224-MB02%2C1%22%2C%22607008551%22%3A%2224-WG080%22%7D; expires=Sat, 24-Oct-2020 07:35:55 GMT; Max-Age=86400; path=/api/api5; domain=dev.mageplaza.vn"},{"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":"446"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"466670"},{"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        \"mpQuickOrderSKUs\": [\n            {\n                \"item_id\": \"311260169\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            },\n            {\n                \"item_id\": \"378511234\",\n                \"options\": \"[\\\"size:M\\\",\\\"color:Red\\\"]\",\n                \"options_select_value_id\": \"{\\\"size\\\":[\\\"5593:XS\\\",\\\"5594:S\\\",\\\"5595:M\\\",\\\"5596:L\\\",\\\"5597:XL\\\"],\\\"color\\\":[\\\"5476:Black\\\",\\\"5484:Purple\\\",\\\"5485:Red\\\"]}\"\n            },\n            {\n                \"item_id\": \"713181365\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            },\n            {\n                \"item_id\": \"607008551\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"375bc54f-2a66-46d4-801c-03235cd40b25"},{"name":"Get config of Quick Order","id":"b6a2edc9-fc1e-4e94-9bf1-0b8d581e7242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    mpQuickOrderConfigs {\r\n        general {\r\n            enabled\r\n            route_name\r\n            page_title\r\n            allow_customer_group\r\n            show_quickorder_button\r\n            quickorder_label\r\n        }\r\n        search {\r\n            minimum_character\r\n            limit_search_results\r\n            display_product_image\r\n        }\r\n        design {\r\n            heading_background_color\r\n            heading_text_color\r\n            heading_background_button\r\n        }\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"07d3300e-d233-4be2-9365-d9fef962c02c","name":"Get Quick Order Config Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    mpQuickOrderConfigs {\r\n        general {\r\n            enabled\r\n            route_name\r\n            page_title\r\n            allow_customer_group\r\n            show_quickorder_button\r\n            quickorder_label\r\n        }\r\n        search {\r\n            minimum_character\r\n            limit_search_results\r\n            display_product_image\r\n        }\r\n        design {\r\n            heading_background_color\r\n            heading_text_color\r\n            heading_background_button\r\n        }\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Nov 2020 08:23:09 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=88kiiian5s5q4ho6kbnt71m85n; expires=Mon, 02-Nov-2020 09:23:09 GMT; Max-Age=3600; path=/api/api5; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=8a0c26e9aa2e74f85360ac3c0fbb154b; expires=Thu, 31-Oct-2030 08:23:09 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":"431"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"627773"},{"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        \"mpQuickOrderConfigs\": {\n            \"general\": {\n                \"enabled\": true,\n                \"route_name\": \"quick-order\",\n                \"page_title\": \"Quick Order\",\n                \"allow_customer_group\": \"0,1,2,3\",\n                \"show_quickorder_button\": \"next_searchbox\",\n                \"quickorder_label\": \"Quick Order\"\n            },\n            \"search\": {\n                \"minimum_character\": \"2\",\n                \"limit_search_results\": \"6\",\n                \"display_product_image\": true\n            },\n            \"design\": {\n                \"heading_background_color\": \"#0099e5\",\n                \"heading_text_color\": \"#ffffff\",\n                \"heading_background_button\": \"#0099e5\"\n            }\n        }\n    }\n}"}],"_postman_id":"b6a2edc9-fc1e-4e94-9bf1-0b8d581e7242"},{"name":"Get list of items in Quick Order","id":"e70c762d-3b92-4a50-8bc3-6a9a9a647637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    mpQuickOrder {\r\n        qty\r\n        item_id\r\n        options\r\n        options_select_value_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce8647bd-562c-4e53-a3dd-176a3ea7decb","name":"Get Quick Order List Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    mpQuickOrder {\r\n        qty\r\n        item_id\r\n        options\r\n        options_select_value_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Oct 2020 07:36:48 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=5raa46tsaq42th14oh8fk3tdes; expires=Fri, 23-Oct-2020 08:36:48 GMT; Max-Age=3600; path=/api/api5; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=b310287c6db16a9a153011ccd30505f3; expires=Mon, 21-Oct-2030 07:36:48 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":"482"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"9015"},{"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        \"mpQuickOrder\": [\n            {\n                \"qty\": \"1\",\n                \"item_id\": \"311260169\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            },\n            {\n                \"qty\": \"9\",\n                \"item_id\": \"378511234\",\n                \"options\": \"[\\\"size:M\\\",\\\"color:Red\\\"]\",\n                \"options_select_value_id\": \"{\\\"size\\\":[\\\"5593:XS\\\",\\\"5594:S\\\",\\\"5595:M\\\",\\\"5596:L\\\",\\\"5597:XL\\\"],\\\"color\\\":[\\\"5476:Black\\\",\\\"5484:Purple\\\",\\\"5485:Red\\\"]}\"\n            },\n            {\n                \"qty\": \"1\",\n                \"item_id\": \"713181365\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            },\n            {\n                \"qty\": \"1\",\n                \"item_id\": \"607008551\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e70c762d-3b92-4a50-8bc3-6a9a9a647637"},{"name":"Update items","id":"c974c0f1-778c-47db-bff8-07e6127a6213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n    mpQuickOrderItemsUpdate (\r\n        items: [\r\n            {\r\n                item_id: \"311260169\",\r\n                value: \"24-MB04,3\"\r\n            },\r\n            {\r\n                item_id: \"378511234\",\r\n                value: \"MH02,10,size:L,color:Red\"\r\n            }\r\n        ]\r\n    ) {\r\n        item_id\r\n        qty\r\n        options\r\n        options_select_value_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6f64ce0d-ba6a-410d-905a-cc5ebfe43bfa","name":"Get Quick Order Items Update Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n    mpQuickOrderItemsUpdate (\r\n        items: [\r\n            {\r\n                item_id: \"311260169\",\r\n                value: \"24-MB04,3\"\r\n            },\r\n            {\r\n                item_id: \"378511234\",\r\n                value: \"MH02,10,size:L,color:Red\"\r\n            }\r\n        ]\r\n    ) {\r\n        item_id\r\n        qty\r\n        options\r\n        options_select_value_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Oct 2020 07:38:29 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=5raa46tsaq42th14oh8fk3tdes; expires=Fri, 23-Oct-2020 08:38:29 GMT; Max-Age=3600; path=/api/api5; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=612f695e1aaa58fc06ed154378eae245; expires=Mon, 21-Oct-2030 07:38:29 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"localhost=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/api/api5; domain=dev.mageplaza.vn"},{"key":"Set-Cookie","value":"localhost=%7B%22311260169%22%3A%2224-MB04%2C3%22%2C%22378511234%22%3A%22MH02%2C10%2Csize%3AL%2Ccolor%3ARed%22%2C%22713181365%22%3A%2224-MB02%2C1%22%2C%22607008551%22%3A%2224-WG080%22%7D; expires=Sat, 24-Oct-2020 07:38:30 GMT; Max-Age=86400; path=/api/api5; domain=dev.mageplaza.vn"},{"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":"494"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"727250"},{"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        \"mpQuickOrderItemsUpdate\": [\n            {\n                \"item_id\": \"311260169\",\n                \"qty\": \"3\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            },\n            {\n                \"item_id\": \"378511234\",\n                \"qty\": \"10\",\n                \"options\": \"[\\\"size:L\\\",\\\"color:Red\\\"]\",\n                \"options_select_value_id\": \"{\\\"size\\\":[\\\"5593:XS\\\",\\\"5594:S\\\",\\\"5595:M\\\",\\\"5596:L\\\",\\\"5597:XL\\\"],\\\"color\\\":[\\\"5476:Black\\\",\\\"5484:Purple\\\",\\\"5485:Red\\\"]}\"\n            },\n            {\n                \"item_id\": \"713181365\",\n                \"qty\": \"1\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            },\n            {\n                \"item_id\": \"607008551\",\n                \"qty\": \"1\",\n                \"options\": \"\",\n                \"options_select_value_id\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c974c0f1-778c-47db-bff8-07e6127a6213"},{"name":"Add list Quick Order items to cart","id":"01ccb889-50fc-4680-a959-134540274bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    mpQuickOrderAddToCart\r\n    {\r\n        quote_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f820b6a0-fdc3-4d18-98a5-df291e3c1272","name":"Get Quick Order Add to cart Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    mpQuickOrderAddToCart\r\n    {\r\n        quote_id\r\n    }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Oct 2020 07:38:55 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=5raa46tsaq42th14oh8fk3tdes; expires=Fri, 23-Oct-2020 08:38:55 GMT; Max-Age=3600; path=/api/api5; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=05e0a373039778df573124282de97ce1; expires=Mon, 21-Oct-2030 07:38:55 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"localhost=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/api/api5; domain=dev.mageplaza.vn"},{"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":"52"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"596875"},{"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        \"mpQuickOrderAddToCart\": {\n            \"quote_id\": \"10\"\n        }\n    }\n}"}],"_postman_id":"01ccb889-50fc-4680-a959-134540274bd8"},{"name":"Delete item in the list by ID","id":"bd2e47af-1db0-4655-925c-f2006544c307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    mpQuickOrderItemsDelete (id: \"591552045\")\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c2a97ea6-ba5f-40c2-89c9-a9ce528eea19","name":"Get Quick Order Delete Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    mpQuickOrderItemsDelete (id: \"591552045\")\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Oct 2020 09:22:38 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=dvnigpvgu18eag3s4omafodsq8; expires=Tue, 27-Oct-2020 10:22:38 GMT; Max-Age=3600; path=/api/api5; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=24abdf0550b6af0f73e91150647db383; expires=Fri, 25-Oct-2030 09:22:38 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"localhost=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/api/api5; domain=dev.mageplaza.vn"},{"key":"Set-Cookie","value":"localhost=%7B%22259463550%22%3A%22MH02%2C9%2Csize%3AM%2Ccolor%3ARed%22%2C%22371870432%22%3A%2224-MB02%2C1%22%2C%22160617027%22%3A%2224-WG080%22%7D; expires=Wed, 28-Oct-2020 09:22:38 GMT; Max-Age=86400; path=/api/api5; domain=dev.mageplaza.vn"},{"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":"41"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"143741"},{"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        \"mpQuickOrderItemsDelete\": true\n    }\n}"}],"_postman_id":"bd2e47af-1db0-4655-925c-f2006544c307"},{"name":"Clear all the items in the list","id":"0e58098a-840a-480f-81e5-7f92355c67be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    mpQuickOrderClearAll\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c9f76c61-0d46-47ac-9ed2-2b1f51704373","name":"Get Quick Order Clear All Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    mpQuickOrderClearAll\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Oct 2020 07:39:54 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=5raa46tsaq42th14oh8fk3tdes; expires=Fri, 23-Oct-2020 08:39:54 GMT; Max-Age=3600; path=/api/api5; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=4c9c12de0872dd4930c6793b018af11d; expires=Mon, 21-Oct-2030 07:39:54 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"localhost=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/api/api5; domain=dev.mageplaza.vn"},{"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":"38"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"467267"},{"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        \"mpQuickOrderClearAll\": true\n    }\n}"}],"_postman_id":"0e58098a-840a-480f-81e5-7f92355c67be"}]}