{"info":{"_postman_id":"2d5afc9f-30a5-46a0-bb41-bbb00ddb8444","name":"Product Fees","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"2d5afc9f-30a5-46a0-bb41-bbb00ddb8444","publishedId":"2sB3HrkHH9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-09-17T09:00:02.000Z"},"item":[{"name":"REST API","item":[{"name":"Get Fee using order increment_id","id":"fcd1229d-4813-458b-8d05-7478c06e6e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://{{base_url}}/rest/all/V1/orders/000000001","urlObject":{"protocol":"http","path":["rest","all","V1","orders","000000001"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcd1229d-4813-458b-8d05-7478c06e6e3a"},{"name":"Get Fee in invoices","id":"aba584ab-a8ef-4a11-89ec-8456b2bff8d6","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":"aba584ab-a8ef-4a11-89ec-8456b2bff8d6"},{"name":"Get Fee in creditmemo","id":"d91c9993-816f-4a5a-b467-0234977d3d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/rest/V1/creditmemo/1","urlObject":{"path":["rest","V1","creditmemo","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d91c9993-816f-4a5a-b467-0234977d3d81"},{"name":"Add Product Fee","id":"8960b335-5740-43cc-a220-42410d4c3f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteid\": 1,\n    \"storeid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/productfees/addproductfee","urlObject":{"path":["rest","all","V1","productfees","addproductfee"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8960b335-5740-43cc-a220-42410d4c3f2b"}],"id":"2eec4e1c-96f3-4d6a-9e29-20d180c4c28d","_postman_id":"2eec4e1c-96f3-4d6a-9e29-20d180c4c28d","description":""},{"name":"GraphQL","item":[{"name":"Get Fee by order query","id":"1397c770-35cc-44b3-aebc-a6bb6477f857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"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      prdfees_amount\n      base_prdfees_amount\n      prdfees_tax_amount\n      base_prdfees_tax_amount\n      prdfees_description\n    }\n  }\n}","variables":""}},"url":"http://{{base_url}}/graphql","urlObject":{"protocol":"http","path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1397c770-35cc-44b3-aebc-a6bb6477f857"},{"name":"Get Fee in Invoice query","id":"9748a159-1ea0-4fd5-b052-49b4b813a0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      invoices{\n      prdfees_amount\n      base_prdfees_amount\n      prdfees_tax_amount\n      base_prdfees_tax_amount\n      prdfees_description\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9748a159-1ea0-4fd5-b052-49b4b813a0bc"},{"name":"Get Fee in creditmemo","id":"37bc1bc2-63e3-4e3e-81fd-6f0173dd63cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      credit_memos{\n      prdfees_amount\n      base_prdfees_amount\n      prdfees_tax_amount\n      base_prdfees_tax_amount\n      prdfees_description\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37bc1bc2-63e3-4e3e-81fd-6f0173dd63cb"},{"name":"Add Product Fee","id":"f591a978-0b6e-42c4-bdc4-891424544184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  addProductFee( \n        quoteid : 1\n        storeid:1\n    ) {\n    status\n    message\n    fee_title\n    fee_amount\n    fee_tax_amount\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f591a978-0b6e-42c4-bdc4-891424544184"}],"id":"d2f92848-b7c1-4039-a252-f73b6809cc51","_postman_id":"d2f92848-b7c1-4039-a252-f73b6809cc51","description":""}]}