{"info":{"_postman_id":"feb77c53-9b68-4218-8ced-d3880fbaa819","name":"Magento 2 Refund Request","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20561050","collectionId":"feb77c53-9b68-4218-8ced-d3880fbaa819","publishedId":"2sBYAysTyo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-09-11T09:44:31.000Z"},"item":[{"name":"REST API","item":[{"name":"Send Refund Request","id":"8f54cb2d-559e-4c96-a9bb-28203718335d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"order_id\": 28,\n  \"reason\": \"Wrong product ordered\",\n  \"isopen\": false,\n  \"detail\": \"This is not proper product\",\n  \"store_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/refundrequest/sendrequest","urlObject":{"path":["rest","all","V1","refundrequest","sendrequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f54cb2d-559e-4c96-a9bb-28203718335d"},{"name":"Get Store Configuration","id":"ed228151-0604-4aca-b805-c9e14abb71d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"","value":""},{"key":"","value":""}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/refundrequest/getconfig","urlObject":{"path":["rest","all","V1","refundrequest","getconfig"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed228151-0604-4aca-b805-c9e14abb71d4"}],"id":"7b9ed7d6-4ed7-4582-b663-232da26ae76c","_postman_id":"7b9ed7d6-4ed7-4582-b663-232da26ae76c","description":""},{"name":"GraphQL API","item":[{"name":"Send Refund Request","id":"51971bfa-5d76-44b2-9d53-282e9bc9f659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  sendRefundRequest(\n        order_id :30\n        reason:\"Not proper\"\n        isopen:false\n        detail:\"Not proper product in box\"\n        store_id:2\n    ) {\n    status\n    message\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51971bfa-5d76-44b2-9d53-282e9bc9f659"},{"name":"Get Store Configuration","id":"77ea536b-65f9-4dd6-b492-610719b8f3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"store","value":"default"}],"body":{"mode":"graphql","graphql":{"query":"query {\n    storeConfig {\n        refundrequest_config {\n            status\n            refundday\n            reason\n            message\n        }\n    }\n}\n"}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77ea536b-65f9-4dd6-b492-610719b8f3c6"}],"id":"56bc9298-ee90-4e29-849a-e39890a452b3","_postman_id":"56bc9298-ee90-4e29-849a-e39890a452b3","description":""}]}