{"info":{"_postman_id":"5b0cb2ab-986f-4e77-8adb-24ad3d5d309e","name":"M2 Shipping Cost Calculator","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"27014005","collectionId":"5b0cb2ab-986f-4e77-8adb-24ad3d5d309e","publishedId":"2sBXcDHh5C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-19T05:23:24.000Z"},"item":[{"name":"REST API","item":[{"name":"Get Config Data","id":"0a046446-d5ae-4391-9d03-73334cf4fa99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/rest/all/V1/shippingcalculator-api/getConfigData?store_id=1","urlObject":{"path":["rest","all","V1","shippingcalculator-api","getConfigData"],"host":["{{baseurl}}"],"query":[{"key":"store_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0a046446-d5ae-4391-9d03-73334cf4fa99"},{"name":"Get Shipping Calculation","id":"ebde15af-5346-42f8-94d7-5b463b689fd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseurl}}/rest/all/V1/shippingcalculator-api/getShippingData?country=IN&state=GJ&zipcode=364002&quantity=1&product_id=1&store_id=1","urlObject":{"path":["rest","all","V1","shippingcalculator-api","getShippingData"],"host":["{{baseurl}}"],"query":[{"key":"country","value":"IN"},{"key":"state","value":"GJ"},{"key":"zipcode","value":"364002"},{"key":"quantity","value":"1"},{"key":"product_id","value":"1"},{"key":"store_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ebde15af-5346-42f8-94d7-5b463b689fd8"}],"id":"565f27e8-a008-4568-a00f-1d9afbefce00","_postman_id":"565f27e8-a008-4568-a00f-1d9afbefce00","description":""},{"name":"Graphql","item":[{"name":"Get Config Data","id":"6616a72a-0fd5-48d6-8af5-3448d70c0d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":" mutation {\n     getConfigData(\n        storeid : 1\n        )\n    {\n        status\n        message\n        enable\n        title\n        description\n        show_shipping_calculator\n        zipcode_optional\n    }\n }","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6616a72a-0fd5-48d6-8af5-3448d70c0d39"},{"name":"Get Shipping Calculation","id":"1262c60d-6016-4d44-a3fb-4436246f3311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":" mutation {\n     getShippingData(\n        country : \"IN\"\n        state : \"GJ\"\n        zipcode : \"364002\"\n        quantity : 1\n        product_id : 1\n        store_id : 1\n        )\n    {\n        status\n        message\n        title\n        price\n        shipmessage\n    }\n }","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1262c60d-6016-4d44-a3fb-4436246f3311"}],"id":"7d0b8894-764c-46cb-8468-4d8644f22752","_postman_id":"7d0b8894-764c-46cb-8468-4d8644f22752","description":""}]}