{"info":{"_postman_id":"146a4c07-fe8a-4a9c-8f66-6e19908ce12c","name":"Magento 2 Request for Quote GraphQL & Example","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10589000","collectionId":"146a4c07-fe8a-4a9c-8f66-6e19908ce12c","publishedId":"TVspmpoT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-16T02:13:14.000Z"},"item":[{"name":"Get Quote List","id":"1ba961bd-a0b4-4b13-bb07-6394fccdd8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpQuoteList(filter: { status: { eq: \"pending\" } }) {\r\n\t\ttotal_count\r\n\t\tpage_info {\r\n\t\t\tcurrent_page\r\n\t\t\tpage_size\r\n\t\t\ttotal_pages\r\n\t\t}\r\n\t\titems {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tcalculation_price\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\tprices {\r\n\t\t\t\t\tprice {\r\n\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\tvalue\r\n\t\t\t\t\t}\r\n\t\t\t\t\tdiscounts {\r\n\t\t\t\t\t\tamount {\r\n\t\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\t\tvalue\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tlabel\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tproduct {\r\n\t\t\t\t\tid\r\n\t\t\t\t}\r\n\t\t\t\tqty\r\n\t\t\t\tquote_id\r\n\t\t\t\trequest_price\r\n\t\t\t\tsku\r\n\t\t\t\t__typename\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4529f3b6-dd95-4090-9fa2-624dfb0b76bb","name":"Get Quote List Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpQuoteList(filter: { status: { eq: \"pending\" } }) {\r\n\t\ttotal_count\r\n\t\tpage_info {\r\n\t\t\tcurrent_page\r\n\t\t\tpage_size\r\n\t\t\ttotal_pages\r\n\t\t}\r\n\t\titems {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tcalculation_price\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\tprices {\r\n\t\t\t\t\tprice {\r\n\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\tvalue\r\n\t\t\t\t\t}\r\n\t\t\t\t\tdiscounts {\r\n\t\t\t\t\t\tamount {\r\n\t\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\t\tvalue\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tlabel\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tproduct {\r\n\t\t\t\t\tid\r\n\t\t\t\t}\r\n\t\t\t\tqty\r\n\t\t\t\tquote_id\r\n\t\t\t\trequest_price\r\n\t\t\t\tsku\r\n\t\t\t\t__typename\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:26:40 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:26:40 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:26:40 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=3acce2c047c3b952d0fc050409d2b4ba; expires=Sat, 14-Dec-2030 07:26:40 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"2171"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"802580"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpQuoteList\": {\n            \"total_count\": 3,\n            \"page_info\": {\n                \"current_page\": 1,\n                \"page_size\": 20,\n                \"total_pages\": 1\n            },\n            \"items\": [\n                {\n                    \"base_currency_code\": \"USD\",\n                    \"base_subtotal\": 135,\n                    \"created_at\": \"2020-12-16 07:23:35\",\n                    \"customer_email\": \"roni_cost@example.com\",\n                    \"customer_group_id\": 1,\n                    \"customer_id\": 1,\n                    \"entity_id\": 2,\n                    \"expired_at\": null,\n                    \"is_active\": true,\n                    \"is_sent_reminder\": false,\n                    \"items_count\": \"1\",\n                    \"items_qty\": \"3.0000\",\n                    \"quote_currency_code\": \"USD\",\n                    \"remote_ip\": \"127.0.0.1\",\n                    \"status\": \"pending\",\n                    \"store_id\": 1,\n                    \"subtotal\": 135,\n                    \"updated_at\": \"2020-12-16 07:24:11\",\n                    \"items\": [\n                        {\n                            \"id\": \"2\",\n                            \"calculation_price\": null,\n                            \"name\": \"Virtual Product\",\n                            \"price\": 45,\n                            \"prices\": {\n                                \"price\": {\n                                    \"currency\": \"USD\",\n                                    \"value\": 45\n                                },\n                                \"discounts\": null\n                            },\n                            \"product\": {\n                                \"id\": 2047\n                            },\n                            \"qty\": 3,\n                            \"quote_id\": 2,\n                            \"request_price\": \"45.0000\",\n                            \"sku\": \"Virtual Product\",\n                            \"__typename\": \"VirtualQuoteItem\"\n                        }\n                    ]\n                },\n                {\n                    \"base_currency_code\": \"USD\",\n                    \"base_subtotal\": 208,\n                    \"created_at\": \"2020-12-16 07:24:16\",\n                    \"customer_email\": \"roni_cost@example.com\",\n                    \"customer_group_id\": 1,\n                    \"customer_id\": 1,\n                    \"entity_id\": 3,\n                    \"expired_at\": null,\n                    \"is_active\": true,\n                    \"is_sent_reminder\": false,\n                    \"items_count\": \"1\",\n                    \"items_qty\": \"4.0000\",\n                    \"quote_currency_code\": \"USD\",\n                    \"remote_ip\": \"127.0.0.1\",\n                    \"status\": \"pending\",\n                    \"store_id\": 1,\n                    \"subtotal\": 208,\n                    \"updated_at\": \"2020-12-16 07:24:53\",\n                    \"items\": [\n                        {\n                            \"id\": \"3\",\n                            \"calculation_price\": null,\n                            \"name\": \"Chaz Kangeroo Hoodie-XS-Black\",\n                            \"price\": 52,\n                            \"prices\": {\n                                \"price\": {\n                                    \"currency\": \"USD\",\n                                    \"value\": 52\n                                },\n                                \"discounts\": null\n                            },\n                            \"product\": {\n                                \"id\": 53\n                            },\n                            \"qty\": 4,\n                            \"quote_id\": 3,\n                            \"request_price\": \"52.0000\",\n                            \"sku\": \"MH01-XS-Black\",\n                            \"__typename\": \"SimpleQuoteItem\"\n                        }\n                    ]\n                },\n                {\n                    \"base_currency_code\": \"USD\",\n                    \"base_subtotal\": 308,\n                    \"created_at\": \"2020-12-16 07:24:58\",\n                    \"customer_email\": \"roni_cost@example.com\",\n                    \"customer_group_id\": 1,\n                    \"customer_id\": 1,\n                    \"entity_id\": 4,\n                    \"expired_at\": null,\n                    \"is_active\": true,\n                    \"is_sent_reminder\": false,\n                    \"items_count\": \"1\",\n                    \"items_qty\": \"4.0000\",\n                    \"quote_currency_code\": \"USD\",\n                    \"remote_ip\": \"127.0.0.1\",\n                    \"status\": \"pending\",\n                    \"store_id\": 1,\n                    \"subtotal\": 308,\n                    \"updated_at\": \"2020-12-16 07:25:50\",\n                    \"items\": [\n                        {\n                            \"id\": \"4\",\n                            \"calculation_price\": null,\n                            \"name\": \"Sprite Yoga Companion Kit\",\n                            \"price\": 0,\n                            \"prices\": {\n                                \"price\": {\n                                    \"currency\": \"USD\",\n                                    \"value\": 77\n                                },\n                                \"discounts\": null\n                            },\n                            \"product\": {\n                                \"id\": 46\n                            },\n                            \"qty\": 4,\n                            \"quote_id\": 4,\n                            \"request_price\": \"77.0000\",\n                            \"sku\": \"24-WG080\",\n                            \"__typename\": \"BundleQuoteItem\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"1ba961bd-a0b4-4b13-bb07-6394fccdd8a0"},{"name":"Get Quote by Quote ID","id":"c09d3549-e2be-48a6-aa7a-19db5743d43e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpQuote(quote_id: 2) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tproduct {\r\n\t\t\t\t\tid\r\n\t\t\t\t}\r\n\t\t\t\tqty\r\n\t\t\t\tquote_id\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4b7dc8e7-b639-46e9-8af3-fa6d9db8fba8","name":"Get Quote by Quote ID Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpQuote(quote_id: 2) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tproduct {\r\n\t\t\t\t\tid\r\n\t\t\t\t}\r\n\t\t\t\tqty\r\n\t\t\t\tquote_id\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:52:45 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:52:45 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:52:45 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=362044f9bd98672984e269742dc8bf45; expires=Sat, 14-Dec-2030 07:52:45 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"573"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"631605"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 135,\n                \"created_at\": \"2020-12-16 07:23:35\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 2,\n                \"expired_at\": \"2020-12-18 07:39:44\",\n                \"is_active\": true,\n                \"is_sent_reminder\": false,\n                \"items_count\": \"1\",\n                \"items_qty\": \"3.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"approved\",\n                \"store_id\": 1,\n                \"subtotal\": 135,\n                \"updated_at\": \"2020-12-16 07:39:44\",\n                \"items\": [\n                    {\n                        \"id\": \"2\",\n                        \"name\": \"Virtual Product\",\n                        \"product\": {\n                            \"id\": 2047\n                        },\n                        \"qty\": 3,\n                        \"quote_id\": 2,\n                        \"request_price\": \"45.0000\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"c09d3549-e2be-48a6-aa7a-19db5743d43e"},{"name":"Get Conversation by Quote ID","id":"86eb37ca-4856-4b31-a0e3-fbd7f259971e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpQuoteConversation(quote_id: 3, currentPage: 1, pageSize: 2) {\r\n\t\ttotal_count\r\n\t\tpage_info {\r\n\t\t\tcurrent_page\r\n\t\t\tpage_size\r\n\t\t\ttotal_pages\r\n\t\t}\r\n\t\titems {\r\n\t\t\tauthor_name\r\n\t\t\tcontent\r\n\t\t\tcreated_at\r\n\t\t\tfiles\r\n\t\t\tis_customer_notified\r\n\t\t\tquote_id\r\n\t\t\treply_id\r\n\t\t\ttype\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cc8665f6-b2b9-4457-9d8c-c14b41dcfca3","name":"Get Conversation by Quote ID Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpQuoteConversation(quote_id: 3, currentPage: 1, pageSize: 2) {\r\n\t\ttotal_count\r\n\t\tpage_info {\r\n\t\t\tcurrent_page\r\n\t\t\tpage_size\r\n\t\t\ttotal_pages\r\n\t\t}\r\n\t\titems {\r\n\t\t\tauthor_name\r\n\t\t\tcontent\r\n\t\t\tcreated_at\r\n\t\t\tfiles\r\n\t\t\tis_customer_notified\r\n\t\t\tquote_id\r\n\t\t\treply_id\r\n\t\t\ttype\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 10:28:29 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Sun, 15 Dec 2019 10:28:30 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=c9op90stpsd6sf7q9hotcusvbp; expires=Tue, 15-Dec-2020 11:28:30 GMT; Max-Age=3600; path=/quynh/ce236a; domain=192.168.1.100; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=37d8b6e9f4c1e675b2483ddcd69e8644; expires=Fri, 13-Dec-2030 10:28:30 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"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":"522"},{"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        \"mpQuoteConversation\": {\n            \"total_count\": 1,\n            \"page_info\": {\n                \"current_page\": 1,\n                \"page_size\": 2,\n                \"total_pages\": 1\n            },\n            \"items\": [\n                {\n                    \"author_name\": \"Veronica Costello\",\n                    \"content\": \"example content\",\n                    \"created_at\": \"2020-12-15 10:28:06\",\n                    \"files\": \"[{\\\"file_id\\\":\\\"1608028082764_764\\\",\\\"file\\\":\\\"\\\\/m\\\\/a\\\\/mageplaza.jpg\\\",\\\"location\\\":\\\"mageplaza\\\\/requestforquote\\\\/tmp\\\\/m\\\\/a\\\\/mageplaza.jpg\\\",\\\"name\\\":\\\"mageplaza.jpg\\\",\\\"size\\\":\\\"29657\\\",\\\"type\\\":\\\"image\\\\/jpeg\\\"}]\",\n                    \"is_customer_notified\": 0,\n                    \"quote_id\": 3,\n                    \"reply_id\": 2,\n                    \"type\": 2\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"86eb37ca-4856-4b31-a0e3-fbd7f259971e"},{"name":"Add Simple Products To Quote","id":"de845607-ee8c-4bde-a57c-809c03bd3027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddSimpleProductsToMpQuote(\r\n\t\tinput: {\r\n\t\t\tcart_items: {\r\n\t\t\t\tdata: { sku: \"24-MB04\", quantity: 5 }\r\n\t\t\t\tcustomizable_options: [{ id: 1, value_string: \"test\" }]\r\n\t\t\t}\r\n\t\t}\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9975b044-1783-4b2f-966a-e4c4273cd46f","name":"Add Simple Products To Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddSimpleProductsToMpQuote(\r\n\t\tinput: {\r\n\t\t\tcart_items: {\r\n\t\t\t\tdata: { sku: \"24-MB04\", quantity: 5 }\r\n\t\t\t\tcustomizable_options: [{ id: 1, value_string: \"test\" }]\r\n\t\t\t}\r\n\t\t}\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:21:47 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:21:47 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:21:47 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=5b331dd40e4dc1f17ec36569fc315b2a; expires=Sat, 14-Dec-2030 07:21:47 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"548"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"1279117"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addSimpleProductsToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 175,\n                \"created_at\": \"2020-12-16 07:21:47\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 1,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"sku\": \"24-MB04\",\n                        \"name\": \"Strive Shoulder Pack\",\n                        \"price\": 32,\n                        \"request_price\": \"35.0000\"\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"5.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 175,\n                \"updated_at\": \"2020-12-16 07:21:47\"\n            }\n        }\n    }\n}"}],"_postman_id":"de845607-ee8c-4bde-a57c-809c03bd3027"},{"name":"Add Virtual Products To Quote","id":"28b37f1a-ddcc-4a72-9878-515a6eabe3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddVirtualProductsToMpQuote(\r\n\t\tinput: { cart_items: { data: { sku: \"Virtual Product\", quantity: 3 } } }\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tqty\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1df51d5f-264c-4e94-b26c-ea7723070cfd","name":"Add Virtual Products To Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddVirtualProductsToMpQuote(\r\n\t\tinput: { cart_items: { data: { sku: \"Virtual Product\", quantity: 3 } } }\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tqty\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:23:35 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:23:35 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:23:35 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=30d7c0ac3e0205acb1bb1125e7424865; expires=Sat, 14-Dec-2030 07:23:35 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"545"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"932744"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addVirtualProductsToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 135,\n                \"created_at\": \"2020-12-16 07:23:35\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 2,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"id\": \"2\",\n                        \"name\": \"Virtual Product\",\n                        \"qty\": 3,\n                        \"price\": 45,\n                        \"request_price\": \"45.0000\"\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"3.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 135,\n                \"updated_at\": \"2020-12-16 07:23:35\"\n            }\n        }\n    }\n}"}],"_postman_id":"28b37f1a-ddcc-4a72-9878-515a6eabe3d9"},{"name":"Add Configurable Product To Quote","id":"aba4f200-7ddb-4424-a816-6e5960e05f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddConfigurableProductsToMpQuote(\r\n\t\tinput: { cart_items: { data: { quantity: 4, sku: \"MH01-XS-Black\" } } }\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a396c294-87d1-45dc-965a-bd8088b6601b","name":"Add Configurable Product To Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddConfigurableProductsToMpQuote(\r\n\t\tinput: { cart_items: { data: { quantity: 4, sku: \"MH01-XS-Black\" } } }\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:24:16 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:24:16 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:24:16 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=f3920202d76b29b09ad909f4400b6061; expires=Sat, 14-Dec-2030 07:24:16 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"545"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"757040"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addConfigurableProductsToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 208,\n                \"created_at\": \"2020-12-16 07:24:16\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 3,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"id\": \"3\",\n                        \"name\": \"Chaz Kangeroo Hoodie-XS-Black\",\n                        \"request_price\": \"52.0000\"\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"4.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 208,\n                \"updated_at\": \"2020-12-16 07:24:16\"\n            }\n        }\n    }\n}"}],"_postman_id":"aba4f200-7ddb-4424-a816-6e5960e05f80"},{"name":"Add Bundle Product To Quote","id":"7472c514-7e0f-4ab6-8d5e-775c9e71257d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddBundleProductsToMpQuote(\r\n\t\tinput: {\r\n\t\t\tcart_items: {\r\n\t\t\t\tdata: { quantity: 4, sku: \"24-WG080\" }\r\n\t\t\t\tbundle_options: [\r\n\t\t\t\t\t{ id: 1, quantity: 1, value: [\"2\"] }\r\n\t\t\t\t\t{ id: 2, quantity: 2, value: [\"4\"] }\r\n\t\t\t\t\t{ id: 3, quantity: 1, value: [\"7\"] }\r\n\t\t\t\t\t{ id: 4, quantity: 1, value: [\"8\"] }\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t}\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"09f23c66-3b0d-4c15-9369-564fafc991cf","name":"Add Bundle Product To Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddBundleProductsToMpQuote(\r\n\t\tinput: {\r\n\t\t\tcart_items: {\r\n\t\t\t\tdata: { quantity: 4, sku: \"24-WG080\" }\r\n\t\t\t\tbundle_options: [\r\n\t\t\t\t\t{ id: 1, quantity: 1, value: [\"2\"] }\r\n\t\t\t\t\t{ id: 2, quantity: 2, value: [\"4\"] }\r\n\t\t\t\t\t{ id: 3, quantity: 1, value: [\"7\"] }\r\n\t\t\t\t\t{ id: 4, quantity: 1, value: [\"8\"] }\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t}\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:24:57 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:24:58 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:24:57 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=0ee75e6f8d0b9220df10c9581d275ceb; expires=Sat, 14-Dec-2030 07:24:57 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"545"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"932868"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addBundleProductsToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 308,\n                \"created_at\": \"2020-12-16 07:24:58\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 4,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"id\": \"4\",\n                        \"name\": \"Sprite Yoga Companion Kit\",\n                        \"price\": 0,\n                        \"request_price\": \"77.0000\"\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"4.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 308,\n                \"updated_at\": \"2020-12-16 07:24:58\"\n            }\n        }\n    }\n}"}],"_postman_id":"7472c514-7e0f-4ab6-8d5e-775c9e71257d"},{"name":"Add Downloadable Product To Quote","id":"d07c2977-b1da-4b4b-b958-bb6374ed3b1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddDownloadableProductsToMpQuote(\r\n\t\tinput: {\r\n\t\t\tcart_items: {\r\n\t\t\t\tdata: { sku: \"240-LV09\", quantity: 1 }\r\n\t\t\t\tdownloadable_product_links: [{ link_id: 7 }, { link_id: 8 }]\r\n\t\t\t}\r\n\t\t}\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tproduct {\r\n\t\t\t\t\tsku\r\n\t\t\t\t}\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6900f6bc-a613-4f16-9a4a-94165fa7b191","name":"Add Downloadable Product To Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddDownloadableProductsToMpQuote(\r\n\t\tinput: {\r\n\t\t\tcart_items: {\r\n\t\t\t\tdata: { sku: \"240-LV09\", quantity: 1 }\r\n\t\t\t\tdownloadable_product_links: [{ link_id: 7 }, { link_id: 8 }]\r\n\t\t\t}\r\n\t\t}\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tproduct {\r\n\t\t\t\t\tsku\r\n\t\t\t\t}\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:26:11 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:26:12 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:26:11 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=4af669190c1e7e6cdfecb67669545000; expires=Sat, 14-Dec-2030 07:26:11 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"571"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"802575"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addDownloadableProductsToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 18,\n                \"created_at\": \"2020-12-16 07:26:12\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 5,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"id\": \"9\",\n                        \"name\": \"Luma Yoga For Life\",\n                        \"product\": {\n                            \"sku\": \"240-LV09\"\n                        },\n                        \"price\": 0,\n                        \"request_price\": \"18.0000\"\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"1.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 18,\n                \"updated_at\": \"2020-12-16 07:26:12\"\n            }\n        }\n    }\n}"}],"_postman_id":"d07c2977-b1da-4b4b-b958-bb6374ed3b1e"},{"name":"Add All Items from Cart to Quote","id":"fb6f5ded-a8de-4d92-850f-491bc612f40c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddAllItemsFromCartToMpQuote {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1a3b1a4c-8440-4444-8750-799dcd012257","name":"Add All Items from Cart to Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddAllItemsFromCartToMpQuote {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tid\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:28:33 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:28:34 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:28:33 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=e50a04abdb86af0954b14dfd980cd941; expires=Sat, 14-Dec-2030 07:28:33 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"533"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"856462"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addAllItemsFromCartToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 38,\n                \"created_at\": \"2020-12-09 09:02:52\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 6,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"sku\": \"24-MB03\",\n                        \"id\": \"10\",\n                        \"name\": \"Crown Summit Backpack\",\n                        \"price\": 38\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"1.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 38,\n                \"updated_at\": \"0000-00-00 00:00:00\"\n            }\n        }\n    }\n}"}],"_postman_id":"fb6f5ded-a8de-4d92-850f-491bc612f40c"},{"name":"Add Items by SKU to Quote","id":"eb5cf6b0-d137-42e2-9cb7-b9f2dd94caa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddItemsBySkuToMpQuote(input: { skus: [\"24-MB03\", \"24-MB06\"], qty: 4 }) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"90d1e519-4133-4fa9-bbf9-aa64a476e83a","name":"Add Items by SKU to Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddItemsBySkuToMpQuote(input: { skus: [\"24-MB03\", \"24-MB06\"], qty: 4 }) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Dec 2020 08:23:55 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Sat, 28 Dec 2019 08:23:56 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=vahmqrnofogmhugf7866bnvq2m; expires=Mon, 28-Dec-2020 09:23:55 GMT; Max-Age=3600; path=/api/ce236; domain=s100.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=ec58647d28b1acfa3a16a2406f6686a6; expires=Thu, 26-Dec-2030 08:23:56 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"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":"602"},{"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        \"addItemsBySkuToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 332,\n                \"created_at\": \"2020-12-28 08:23:56\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 11,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"id\": \"41\",\n                        \"sku\": \"24-MB03\",\n                        \"name\": \"Crown Summit Backpack\",\n                        \"price\": 38\n                    },\n                    {\n                        \"id\": \"42\",\n                        \"sku\": \"24-MB06\",\n                        \"name\": \"Rival Field Messenger\",\n                        \"price\": 45\n                    }\n                ],\n                \"items_count\": \"2\",\n                \"items_qty\": \"8.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"192.168.1.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 332,\n                \"updated_at\": \"2020-12-28 08:23:56\"\n            }\n        }\n    }\n}"}],"_postman_id":"eb5cf6b0-d137-42e2-9cb7-b9f2dd94caa2"},{"name":"Add Item from Cart to Quote","id":"c6beb48c-fc83-47bd-9595-491d807a8801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddItemFromCartToMpQuote(cart_item_id: \"14\") {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8ebfe1b7-7067-4cae-9d6e-8dc46e061873","name":"Add Item from Cart to Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddItemFromCartToMpQuote(cart_item_id: \"14\") {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:32:45 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:32:46 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:32:45 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=6d26c7ebaf39f25d7d724306e88b675f; expires=Sat, 14-Dec-2030 07:32:45 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"519"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"234631"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addItemFromCartToMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 38,\n                \"created_at\": \"2020-12-09 09:02:52\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 9,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"sku\": \"24-MB03\",\n                        \"name\": \"Crown Summit Backpack\",\n                        \"price\": 38\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"1.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 38,\n                \"updated_at\": \"2020-12-16 07:32:46\"\n            }\n        }\n    }\n}"}],"_postman_id":"c6beb48c-fc83-47bd-9595-491d807a8801"},{"name":"Cancel Quote","id":"9fcfdd10-7cfe-4e4f-a118-f8c44f0498fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tcancelMpQuote(quote_id: 5)\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ee7473be-fd98-40a2-87ad-d491be28bed8","name":"Cancel Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tcancelMpQuote(quote_id: 5)\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:33:22 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:33:23 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:33:22 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=056104378f1eb26edfc1845afbabbdbc; expires=Sat, 14-Dec-2030 07:33:22 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"31"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"597294"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cancelMpQuote\": true\n    }\n}"}],"_postman_id":"9fcfdd10-7cfe-4e4f-a118-f8c44f0498fe"},{"name":"Delete Submitted Quote","id":"0e40a041-b4b6-4ba4-b9e0-b4b3083e4ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tdeleteSubmittedMpQuote(quote_id: 5)\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d5db438c-9f39-4333-8608-883ff907d527","name":"Delete Submitted Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tdeleteSubmittedMpQuote(quote_id: 5)\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:33:45 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:33:45 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:33:45 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=9e5920a0435d97554ebc487128adecc8; expires=Sat, 14-Dec-2030 07:33:45 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"40"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"825832"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"deleteSubmittedMpQuote\": true\n    }\n}"}],"_postman_id":"0e40a041-b4b6-4ba4-b9e0-b4b3083e4ed4"},{"name":"Delete Item from Quote","id":"61bb20c0-f226-4878-a41c-1c51a2ab21a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tdeleteItemFromMpQuote(item_id: 21) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"771d5cda-4605-4700-b1f9-bc8df70ca888","name":"Delete Item from Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tdeleteItemFromMpQuote(item_id: 21) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:34:56 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:34:56 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:34:56 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=e3d6a011b2da55acee26a6456b83fc1e; expires=Sat, 14-Dec-2030 07:34:56 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"455"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"1051797"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"deleteItemFromMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 0,\n                \"created_at\": \"2020-12-09 09:02:52\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 9,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [],\n                \"items_count\": \"0\",\n                \"items_qty\": \"0.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 0,\n                \"updated_at\": \"2020-12-16 07:34:56\"\n            }\n        }\n    }\n}"}],"_postman_id":"61bb20c0-f226-4878-a41c-1c51a2ab21a7"},{"name":"Duplicate Quote","id":"edfd5b92-cae7-4d63-a582-b1a540ec9b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tduplicateMpQuote(quote_id: 2) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0048e2dd-f052-42c8-99c0-5a08941312a3","name":"Duplicate Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tduplicateMpQuote(quote_id: 2) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:35:39 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:35:39 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:35:39 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=c4cf1680452099f0212d5857836e00d4; expires=Sat, 14-Dec-2030 07:35:39 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"542"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"381451"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"duplicateMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 135,\n                \"created_at\": \"2020-12-16 07:35:39\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 10,\n                \"expired_at\": null,\n                \"is_active\": false,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"sku\": \"Virtual Product\",\n                        \"name\": \"Virtual Product\",\n                        \"price\": 45,\n                        \"request_price\": \"45.0000\"\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"3.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"\",\n                \"store_id\": 1,\n                \"subtotal\": 135,\n                \"updated_at\": \"0000-00-00 00:00:00\"\n            }\n        }\n    }\n}"}],"_postman_id":"edfd5b92-cae7-4d63-a582-b1a540ec9b65"},{"name":"Update Quote","id":"87f35d55-ec3a-451d-84d9-745002b593bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tupdateMpQuote(\r\n\t\tinput: { quote_id: 3, items: { item_id: 3, price: 30, qty: 10 } }\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aebe9066-0afc-4f41-8d84-0d1ce6be615d","name":"Update Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tupdateMpQuote(\r\n\t\tinput: { quote_id: 3, items: { item_id: 3, price: 30, qty: 10 } }\r\n\t) {\r\n\t\tquote {\r\n\t\t\tbase_currency_code\r\n\t\t\tbase_subtotal\r\n\t\t\tcreated_at\r\n\t\t\tcustomer_email\r\n\t\t\tcustomer_group_id\r\n\t\t\tcustomer_id\r\n\t\t\tentity_id\r\n\t\t\texpired_at\r\n\t\t\tis_active\r\n\t\t\tis_sent_reminder\r\n\t\t\titems {\r\n\t\t\t\tsku\r\n\t\t\t\tname\r\n\t\t\t\tprice\r\n\t\t\t\trequest_price\r\n\t\t\t}\r\n\t\t\titems_count\r\n\t\t\titems_qty\r\n\t\t\tquote_currency_code\r\n\t\t\tremote_ip\r\n\t\t\tstatus\r\n\t\t\tstore_id\r\n\t\t\tsubtotal\r\n\t\t\tupdated_at\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:49:20 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:49:27 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:49:27 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=e6da5562ea1f6a63abc098ea5b84a8d5; expires=Sat, 14-Dec-2030 07:49:27 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"557"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"597703"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"updateMpQuote\": {\n            \"quote\": {\n                \"base_currency_code\": \"USD\",\n                \"base_subtotal\": 300,\n                \"created_at\": \"2020-12-16 07:24:16\",\n                \"customer_email\": \"roni_cost@example.com\",\n                \"customer_group_id\": 1,\n                \"customer_id\": 1,\n                \"entity_id\": 3,\n                \"expired_at\": null,\n                \"is_active\": true,\n                \"is_sent_reminder\": false,\n                \"items\": [\n                    {\n                        \"sku\": \"MH01-XS-Black\",\n                        \"name\": \"Chaz Kangeroo Hoodie-XS-Black\",\n                        \"price\": 52,\n                        \"request_price\": \"30.0000\"\n                    }\n                ],\n                \"items_count\": \"1\",\n                \"items_qty\": \"10.0000\",\n                \"quote_currency_code\": \"USD\",\n                \"remote_ip\": \"127.0.0.1\",\n                \"status\": \"pending\",\n                \"store_id\": 1,\n                \"subtotal\": 300,\n                \"updated_at\": \"2020-12-16 07:49:27\"\n            }\n        }\n    }\n}"}],"_postman_id":"87f35d55-ec3a-451d-84d9-745002b593bc"},{"name":"Delete Current Quote","id":"70ab22cf-9603-46ff-8f84-8e0723800841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  deleteCurrentMpQuote\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"27fd5a31-a269-4643-81f1-abe70af0cec1","name":"Delete Current Quote Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n  deleteCurrentMpQuote\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 01:57:00 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 01:57:00 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=5ojnqsukkoslmjvrpbjkuaicjs; expires=Wed, 16-Dec-2020 02:57:00 GMT; Max-Age=3600; path=/quynh/ce236a; domain=192.168.1.100; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=250099e0e1dc600df81da9b2549435a5; expires=Sat, 14-Dec-2030 01:57:00 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"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":"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        \"deleteCurrentMpQuote\": true\n    }\n}"}],"_postman_id":"70ab22cf-9603-46ff-8f84-8e0723800841"},{"name":"Add Quote to Cart","id":"238d9305-b317-41cd-b305-511408850ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddMpQuoteToCart(quote_id: 2) {\r\n\t\tcart {\r\n\t\t\tid\r\n\t\t\tapplied_coupons {\r\n\t\t\t\tcode\r\n\t\t\t}\r\n\t\t\tavailable_payment_methods {\r\n\t\t\t\tcode\r\n\t\t\t\ttitle\r\n\t\t\t}\r\n\t\t\tbilling_address {\r\n\t\t\t\tcompany\r\n\t\t\t\tcustomer_notes\r\n\t\t\t\tpostcode\r\n\t\t\t}\r\n\t\t\temail\r\n\t\t\tis_virtual\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t}\r\n\t\t\tprices {\r\n\t\t\t\tapplied_taxes {\r\n\t\t\t\t\tamount {\r\n\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\tvalue\r\n\t\t\t\t\t}\r\n\t\t\t\t\tlabel\r\n\t\t\t\t}\r\n\t\t\t\tdiscounts {\r\n\t\t\t\t\tamount {\r\n\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\tvalue\r\n\t\t\t\t\t}\r\n\t\t\t\t\tlabel\r\n\t\t\t\t}\r\n\t\t\t\tgrand_total {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t\tsubtotal_excluding_tax {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t\tsubtotal_including_tax {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t\tsubtotal_with_discount_excluding_tax {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tselected_payment_method {\r\n\t\t\t\tpurchase_order_number\r\n\t\t\t}\r\n\t\t\tshipping_addresses {\r\n\t\t\t\tcompany\r\n\t\t\t\tcustomer_notes\r\n\t\t\t\titems_weight\r\n\t\t\t\tpostcode\r\n\t\t\t}\r\n\t\t\ttotal_quantity\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"63522064-9f95-4fda-b585-5aa8ab65bc09","name":"Add Quote to Cart Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\taddMpQuoteToCart(quote_id: 2) {\r\n\t\tcart {\r\n\t\t\tid\r\n\t\t\tapplied_coupons {\r\n\t\t\t\tcode\r\n\t\t\t}\r\n\t\t\tavailable_payment_methods {\r\n\t\t\t\tcode\r\n\t\t\t\ttitle\r\n\t\t\t}\r\n\t\t\tbilling_address {\r\n\t\t\t\tcompany\r\n\t\t\t\tcustomer_notes\r\n\t\t\t\tpostcode\r\n\t\t\t}\r\n\t\t\temail\r\n\t\t\tis_virtual\r\n\t\t\titems {\r\n\t\t\t\tid\r\n\t\t\t}\r\n\t\t\tprices {\r\n\t\t\t\tapplied_taxes {\r\n\t\t\t\t\tamount {\r\n\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\tvalue\r\n\t\t\t\t\t}\r\n\t\t\t\t\tlabel\r\n\t\t\t\t}\r\n\t\t\t\tdiscounts {\r\n\t\t\t\t\tamount {\r\n\t\t\t\t\t\tcurrency\r\n\t\t\t\t\t\tvalue\r\n\t\t\t\t\t}\r\n\t\t\t\t\tlabel\r\n\t\t\t\t}\r\n\t\t\t\tgrand_total {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t\tsubtotal_excluding_tax {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t\tsubtotal_including_tax {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t\tsubtotal_with_discount_excluding_tax {\r\n\t\t\t\t\tcurrency\r\n\t\t\t\t\tvalue\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tselected_payment_method {\r\n\t\t\t\tpurchase_order_number\r\n\t\t\t}\r\n\t\t\tshipping_addresses {\r\n\t\t\t\tcompany\r\n\t\t\t\tcustomer_notes\r\n\t\t\t\titems_weight\r\n\t\t\t\tpostcode\r\n\t\t\t}\r\n\t\t\ttotal_quantity\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Dec 2020 07:39:55 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Mon, 16 Dec 2019 07:39:56 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9n1q8tg652ovddeh70tpd55mkd; expires=Wed, 16-Dec-2020 08:39:55 GMT; Max-Age=3600; path=/quynh/ce240c; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=2a7da7acf1a1fd12c39a2f59dcf6b966; expires=Sat, 14-Dec-2030 07:39:55 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"763"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"757455"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"addMpQuoteToCart\": {\n            \"cart\": {\n                \"id\": \"\",\n                \"applied_coupons\": null,\n                \"available_payment_methods\": [\n                    {\n                        \"code\": \"checkmo\",\n                        \"title\": \"Check / Money order\"\n                    }\n                ],\n                \"billing_address\": null,\n                \"email\": \"roni_cost@example.com\",\n                \"is_virtual\": false,\n                \"items\": [\n                    {\n                        \"id\": \"14\"\n                    },\n                    {\n                        \"id\": \"15\"\n                    }\n                ],\n                \"prices\": {\n                    \"applied_taxes\": [\n                        {\n                            \"amount\": {\n                                \"currency\": \"USD\",\n                                \"value\": 5.87\n                            },\n                            \"label\": \"US-MI-*-Rate 1\"\n                        }\n                    ],\n                    \"discounts\": [\n                        {\n                            \"amount\": {\n                                \"currency\": \"USD\",\n                                \"value\": 17.8\n                            },\n                            \"label\": \"Discount\"\n                        }\n                    ],\n                    \"grand_total\": {\n                        \"currency\": \"USD\",\n                        \"value\": 77.07\n                    },\n                    \"subtotal_excluding_tax\": {\n                        \"currency\": \"USD\",\n                        \"value\": 89\n                    },\n                    \"subtotal_including_tax\": {\n                        \"currency\": \"USD\",\n                        \"value\": 96.34\n                    },\n                    \"subtotal_with_discount_excluding_tax\": {\n                        \"currency\": \"USD\",\n                        \"value\": 71.2\n                    }\n                },\n                \"selected_payment_method\": {\n                    \"purchase_order_number\": null\n                },\n                \"shipping_addresses\": [],\n                \"total_quantity\": 2\n            }\n        }\n    }\n}"}],"_postman_id":"238d9305-b317-41cd-b305-511408850ddd"},{"name":"Save Reply","id":"39329580-55b9-40ba-acde-d41d4214ef0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tsaveMpQuoteReply(\r\n\t\tquote_id: 4\r\n\t\tcontent: \"example 123\"\r\n\t\tfiles: [\r\n\t\t\t{\r\n\t\t\t\tfile_id: \"16091466350509_509\"\r\n\t\t\t\tfile: \"/a/3/a30d8c85ab0c4aafa87ac721d028400d.jpg.tmp\"\r\n\t\t\t\tlocation: \"mageplaza/requestforquote/tmp/a/3/a30d8c85ab0c4aafa87ac721d028400d.jpg\"\r\n\t\t\t\tname: \"a30d8c85ab0c4aafa87ac721d028400d.jpg\"\r\n\t\t\t\tsize: \"34235\"\r\n\t\t\t\ttype: \"image/jpeg\"\r\n\t\t\t}\r\n\t\t\t{\r\n\t\t\t\tfile_id: \"16091467113105_105\"\r\n\t\t\t\tfile: \"/m/d/mdts.jpg.tmp\"\r\n\t\t\t\tlocation: \"mageplaza/requestforquote/tmp/m/d/mdts.jpg\"\r\n\t\t\t\tname: \"mdts.jpg\"\r\n\t\t\t\tsize: \"78182\"\r\n\t\t\t\ttype: \"image/jpeg\"\r\n\t\t\t}\r\n\t\t]\r\n\t)\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"95bc7f51-22cf-44b3-a595-3d69c0fa4539","name":"Save Reply Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tsaveMpQuoteReply(\r\n\t\tquote_id: 4\r\n\t\tcontent: \"example 123\"\r\n\t\tfiles: [\r\n\t\t\t{\r\n\t\t\t\tfile_id: \"16091466350509_509\"\r\n\t\t\t\tfile: \"/a/3/a30d8c85ab0c4aafa87ac721d028400d.jpg.tmp\"\r\n\t\t\t\tlocation: \"mageplaza/requestforquote/tmp/a/3/a30d8c85ab0c4aafa87ac721d028400d.jpg\"\r\n\t\t\t\tname: \"a30d8c85ab0c4aafa87ac721d028400d.jpg\"\r\n\t\t\t\tsize: \"34235\"\r\n\t\t\t\ttype: \"image/jpeg\"\r\n\t\t\t}\r\n\t\t\t{\r\n\t\t\t\tfile_id: \"16091467113105_105\"\r\n\t\t\t\tfile: \"/m/d/mdts.jpg.tmp\"\r\n\t\t\t\tlocation: \"mageplaza/requestforquote/tmp/m/d/mdts.jpg\"\r\n\t\t\t\tname: \"mdts.jpg\"\r\n\t\t\t\tsize: \"78182\"\r\n\t\t\t\ttype: \"image/jpeg\"\r\n\t\t\t}\r\n\t\t]\r\n\t)\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Dec 2020 09:12:24 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Sat, 28 Dec 2019 09:12:24 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7g3n5bj388kmgvd8a4hvlqhens; expires=Mon, 28-Dec-2020 10:12:24 GMT; Max-Age=3600; path=/quynh/ce241; domain=192.168.1.200; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"private_content_version=8fcd43377a54a4eeb11ac20683e2b46f; expires=Thu, 26-Dec-2030 09:12:24 GMT; Max-Age=315360000; path=/; SameSite=Lax"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"34"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"599335"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"saveMpQuoteReply\": true\n    }\n}"}],"_postman_id":"39329580-55b9-40ba-acde-d41d4214ef0b"},{"name":"Get Config Info","id":"75f68943-4743-4b5a-beb8-647eb01a8325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  mpQuoteConfig{\r\n    allow_category\r\n    category\r\n    customer_groups\r\n    file_type\r\n    icon_url\r\n    is_allow_attach\r\n    is_allow_guest\r\n    redirect_page\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5eaa4156-90b4-40fb-b5ae-89dc65e4d06d","name":"Get Config Info Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  mpQuoteConfig{\r\n    allow_category\r\n    category\r\n    customer_groups\r\n    file_type\r\n    icon_url\r\n    is_allow_attach\r\n    is_allow_guest\r\n    redirect_page\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Dec 2020 03:32:46 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Sun, 29 Dec 2019 03:32:51 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=rv3gpiero68q1j3loeeqq6uku8; expires=Tue, 29-Dec-2020 04:32:51 GMT; Max-Age=3600; path=/api/ce236; domain=s100.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=50b631867516f942d6dfc140635fe218; expires=Fri, 27-Dec-2030 03:32:51 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"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":"385"},{"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        \"mpQuoteConfig\": {\n            \"allow_category\": \"specific\",\n            \"category\": \"4,6,2\",\n            \"customer_groups\": \"1,2,3\",\n            \"file_type\": \"png,pdf,jpg,jpeg,doc,zip\",\n            \"icon_url\": \"http://s100.mageplaza.vn:81/api/ce236/pub/static/version1609212712/frontend/Magento/luma/en_US/Mageplaza_RequestForQuote/media/default-icon.svg\",\n            \"is_allow_attach\": true,\n            \"is_allow_guest\": false,\n            \"redirect_page\": \"view_cart\"\n        }\n    }\n}"}],"_postman_id":"75f68943-4743-4b5a-beb8-647eb01a8325"}]}