{"info":{"_postman_id":"454cb351-80b7-48f2-9166-c833ba4cd19c","name":"Magento 2 Email Quote","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"454cb351-80b7-48f2-9166-c833ba4cd19c","publishedId":"2sBY4LQ1X5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-09T07:13:00.000Z"},"item":[{"name":"Rest API","item":[{"name":"Get Configuration","id":"a990a51e-728d-4e7a-a479-180752e7aa11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"storeid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/emailquote/getconfig","urlObject":{"path":["rest","all","V1","emailquote","getconfig"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a990a51e-728d-4e7a-a479-180752e7aa11"},{"name":"Add Email Quote","id":"f67ab1f7-c79d-4cd1-828a-af65f216ab45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customername\": \"Dhiren Vasoya1\",\n  \"customeremail\": \"test.magecomp1@gmail.com\",\n  \"telephone\": 9737565658,\n  \"comment\": \"fgdfgdfg\",\n  \"quoteid\": 26,\n  \"storeid\": 1,\n  \"shipping_checked\": false,\n  \"shippingcountry\": \"\",\n  \"shippingregion\": \"\",\n  \"shippingcity\": \"\",\n  \"shippingzipcode\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/emailquotebasic","urlObject":{"path":["rest","all","V1","emailquotebasic"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f67ab1f7-c79d-4cd1-828a-af65f216ab45"}],"id":"778dbf1f-0abc-412a-9e26-2d4ce74c16b0","_postman_id":"778dbf1f-0abc-412a-9e26-2d4ce74c16b0","description":""},{"name":"GraphQL API","item":[{"name":"Get Configuration","id":"f5a6abe2-cbcd-43ea-8602-3cc38ec43ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Store","value":"default","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  storeConfig {\n    emailquote_config {\n      status\n      message\n      is_active\n      title\n      max_length\n      shipping_price_show_enable\n      proceed_to_checkout_button_enable\n    }\n  }\n}\n","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5a6abe2-cbcd-43ea-8602-3cc38ec43ab2"},{"name":"Add Email Quote","id":"950b9a7f-7160-4177-8415-4283d3d70df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  addemailquote(\n    customername: \"Dhiren Vasoya1\"\n    customeremail: \"test.magecomp1@gmail.com\"\n    telephone: \"9737565658\"\n    comment: \"fgdfgdfg\"\n    quoteid: 26\n    storeid: 1\n    shipping_checked: false\n  ) {\n    # REMOVE \"data\" from here, and replace it with:\n    status\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"950b9a7f-7160-4177-8415-4283d3d70df8"}],"id":"60c27c5d-4e78-492d-bff9-4cc638d15774","_postman_id":"60c27c5d-4e78-492d-bff9-4cc638d15774","description":""}]}