{"info":{"_postman_id":"b33b28a8-c9d2-4a69-b060-b62b6d52ca38","name":"Price Calculator","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"b33b28a8-c9d2-4a69-b060-b62b6d52ca38","publishedId":"2sB3Wtse2j","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-11T06:45:28.000Z"},"item":[{"name":"REST API","item":[{"name":"Price Calculation Rest","id":"17b357c9-1207-42ef-a1f3-0c00060ae719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sku\": \"Virtual Product\",\n  \"needed_qty\": 1,\n  \"sample\": false,\n  \"wastage\": false,\n  \"addtocart\": true,\n  \"quote_id\": 0,\n  \"store_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/V1/pricecalculator","urlObject":{"path":["rest","V1","pricecalculator"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17b357c9-1207-42ef-a1f3-0c00060ae719"}],"id":"83525d71-ab68-447d-8c56-354906fd5b0f","_postman_id":"83525d71-ab68-447d-8c56-354906fd5b0f","description":""},{"name":"GraphQL API","item":[{"name":"Price Calculation GraphQl","id":"33dcc694-0518-49bc-b8c0-1f55ae45df54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    priceCalculate(\n        sku : \"Simple Product\"\n        needed_qty: 1000\n        sample:false\n        wastage:false\n        quote_id:0\n        addtocart:true\n        store_id:1\n    )\n    {\n        status,\n        yourprice,\n        coverage,\n        boxprice,\n        totalboxes,\n        totalprice,\n        quantity,\n        quote_id\n        error\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33dcc694-0518-49bc-b8c0-1f55ae45df54"}],"id":"c6353c79-c6b2-4673-9965-17463456de65","_postman_id":"c6353c79-c6b2-4673-9965-17463456de65","description":""}]}