{"info":{"_postman_id":"038dc50c-2931-459f-919c-2e0d604c338f","name":"Cash On Delivery Extra Fee","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20561050","collectionId":"038dc50c-2931-459f-919c-2e0d604c338f","publishedId":"2sBXwwo82m","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-06-24T11:52:40.000Z"},"item":[{"name":"REST API","item":[{"name":"Get Fee using order increment_id","id":"0a8d36f0-f5e5-4da9-915c-bc759a3a9d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{json_web_token_0fqn}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/rest/all/V1/orders/000000003","urlObject":{"path":["rest","all","V1","orders","000000003"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a8d36f0-f5e5-4da9-915c-bc759a3a9d7b"},{"name":"Get Fee in invoices","id":"6e9cabfe-fd27-4935-81cd-22d57f076abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{json_web_token_0fqn}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/rest/all/V1/invoices?searchCriteria=all","urlObject":{"path":["rest","all","V1","invoices"],"host":["{{baseurl}}"],"query":[{"key":"searchCriteria","value":"all"}],"variable":[]}},"response":[],"_postman_id":"6e9cabfe-fd27-4935-81cd-22d57f076abc"},{"name":"Get Fee using quote_id","id":"f0d17dba-183e-4a98-8e0d-68189c018685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{json_web_token_0fqn}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/rest/V1/carts/5","urlObject":{"path":["rest","V1","carts","5"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0d17dba-183e-4a98-8e0d-68189c018685"},{"name":"Get Fee in creditmemo","id":"b94161ca-7b8e-46d5-9b14-94b6fac0f24f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{json_web_token_0fqn}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/rest/V1/creditmemo/1","urlObject":{"path":["rest","V1","creditmemo","1"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b94161ca-7b8e-46d5-9b14-94b6fac0f24f"}],"id":"dffe62cb-edc2-416a-adb0-bfdfe6d5463f","_postman_id":"dffe62cb-edc2-416a-adb0-bfdfe6d5463f","description":""},{"name":"GraphQL","item":[{"name":"Get Fee by order query","id":"f7b66ae3-5a74-42fc-ac22-b2f77acebdf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{json_web_token_02lp}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      created_at\n      grand_total\n      status\n      fee\n      \n    }\n  }\n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7b66ae3-5a74-42fc-ac22-b2f77acebdf1"},{"name":"Get Fee in Invoice query","id":"3db56a32-0e27-4b7f-8c91-1e9407fa8533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{json_web_token_02lp}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      invoices{\n       fee\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3db56a32-0e27-4b7f-8c91-1e9407fa8533"},{"name":"Get Fee in creditmemo","id":"c48ace5b-4757-44bc-838b-5ba2126f835e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{json_web_token_02lp}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      credit_memos{\n        fee\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c48ace5b-4757-44bc-838b-5ba2126f835e"},{"name":"Get Fee from Quote","id":"45075e1b-b6fa-4085-8295-129dd0b09bb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  CodExtraFee(\n    quoteid: \"5\"\n    websiteid: 1\n  ) {\n    status\n    cashfee_title\n    cashfee_amount\n    message\n  }\n}\n","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45075e1b-b6fa-4085-8295-129dd0b09bb8"}],"id":"75d66a23-b876-4242-aedc-f566485525f1","_postman_id":"75d66a23-b876-4242-aedc-f566485525f1","description":""}],"variable":[{"key":"json_web_token_02lp","secret":true},{"key":"json_web_token_0fqn","secret":true}]}