{"info":{"_postman_id":"80daa80c-7670-429c-9c3d-c7b913cf7a03","name":"Magento 2 Extra Fee Extension","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"80daa80c-7670-429c-9c3d-c7b913cf7a03","publishedId":"2sB3HhuNhF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-09-02T07:08:52.000Z"},"item":[{"name":"REST API","item":[{"name":"Add Extra Fee","id":"f5d5c128-4b29-4974-b738-c2e8dc7d77ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/rest/all/V1/extrafee/addextrafee?quoteid=1&storeid=1","urlObject":{"path":["rest","all","V1","extrafee","addextrafee"],"host":["{{base_url}}"],"query":[{"key":"quoteid","value":"1"},{"key":"storeid","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f5d5c128-4b29-4974-b738-c2e8dc7d77ae"},{"name":"Get Extra Fee in Order","id":"1e06d1e1-9e19-42f8-a185-0d97d6051ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/rest/all/V1/orders/1","urlObject":{"path":["rest","all","V1","orders","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e06d1e1-9e19-42f8-a185-0d97d6051ae9"},{"name":"Get Extra Fee in invoices","id":"ebe94433-dc00-4a17-bbbd-847b4c205500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/rest/all/V1/invoices/1","urlObject":{"path":["rest","all","V1","invoices","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebe94433-dc00-4a17-bbbd-847b4c205500"},{"name":"Get Extra Fee in creditmemo","id":"3b5ad288-f049-4789-a893-d5900fdc94e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/rest/all/V1/creditmemo/1","urlObject":{"path":["rest","all","V1","creditmemo","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b5ad288-f049-4789-a893-d5900fdc94e5"}],"id":"3d8cd289-8420-4b64-815f-53808c26c79b","_postman_id":"3d8cd289-8420-4b64-815f-53808c26c79b","description":""},{"name":"GRAPHQL API","item":[{"name":"Show Extrafee","id":"0b6d1ed3-a694-40ee-acc5-941f17f728ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\n  addExtrafee(\n  quoteid:1\n  storeid:1\n  ){\n    status\n    message\n    extrafee_title\n    extrafee_amount\n    Excl_Tax\n    Incl_Tax\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b6d1ed3-a694-40ee-acc5-941f17f728ef"},{"name":"Get Extra Fee by order query","id":"2c018c69-30db-485c-a85b-67a1114a7346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"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      fee_tax\n      extrafee_description\n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c018c69-30db-485c-a85b-67a1114a7346"},{"name":"Get Extra Fee in Invoice query","id":"d52a618e-f742-48ba-bb03-8cc937e6677c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      invoices{\n        fee\n         fee_tax\n      extrafee_description\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d52a618e-f742-48ba-bb03-8cc937e6677c"},{"name":"Get Extra Fee in creditmemo","id":"ab75868e-6fff-460d-ba06-31c72c19ebd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      credit_memos{\n        fee\n         fee_tax\n      extrafee_description\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab75868e-6fff-460d-ba06-31c72c19ebd1"}],"id":"d0ccd4ee-702e-4ea8-86b7-7cf19c629984","_postman_id":"d0ccd4ee-702e-4ea8-86b7-7cf19c629984","description":""}]}