{"info":{"_postman_id":"78c75580-6237-430e-8639-8ce5be6d8495","name":"Magento 2 Cancel order","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"78c75580-6237-430e-8639-8ce5be6d8495","publishedId":"2sBXwjvYjk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-21T13:10:37.000Z"},"item":[{"name":"REST API","item":[{"name":"Cancel Order","id":"f5615d37-e6f9-4836-80f3-5fe5bb5c2df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"store_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/cancelorder/cancelorderData","urlObject":{"path":["rest","all","V1","cancelorder","cancelorderData"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5615d37-e6f9-4836-80f3-5fe5bb5c2df4"},{"name":"Get Configvalues","id":"74045695-436a-4482-b3eb-4663d003e1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"store_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/cancelorder/","urlObject":{"path":["rest","all","V1","cancelorder",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74045695-436a-4482-b3eb-4663d003e1a0"},{"name":"Cancel Order Message","id":"ba0e7a07-80e2-40cf-9697-4f7ab5b1e0e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"countrycode\": \"In\",\n  \"countryid\": 91,\n  \"mobilenumber\": 9313612334,\n  \"orderid\": 1,\n  \"storeId\": 1,\n  \"sku\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all​/V1​/cancelorder​/sendCancelorderMessage","urlObject":{"path":["rest","all​","V1​","cancelorder​","sendCancelorderMessage"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba0e7a07-80e2-40cf-9697-4f7ab5b1e0e2"}],"id":"56045cb5-0cd8-4435-a091-8ba53b64457e","_postman_id":"56045cb5-0cd8-4435-a091-8ba53b64457e","description":""},{"name":"GraphQL API","item":[{"name":"Cancel Order","id":"7f7241ba-cb4f-443f-b47e-e9cfe2231ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n    getCancelorderData(store_id: 1) {\n        status\n        message\n        data {\n            order_id\n            customer_id\n            comment\n            cancel_reasons\n           \n        }\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f7241ba-cb4f-443f-b47e-e9cfe2231ff7"},{"name":"Get Configvalues","id":"43eb0a99-bc81-43fd-8cf9-2aca10b3fefd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n    getCancelorder(store_id: 1) {\n        status\n        message\n        enable\n        customer_groups\n        order_status\n        days_to_cancel_order\n        enable_popup\n        cancel_order_text\n        cancel_item_label\n        cancel_reasons\n        form_note\n        approval_required\n        rejectreasons\n        auto_cancel_order\n        auto_order_status\n        auto_cancel_date_time\n        sms_gateway_enable\n        gateway\n        whatsapp_active\n        whatsapp_gateway\n        is_enabled\n        notification_type\n\n        payment_method_time {\n            paymentmethod\n            velidates\n            time\n        }\n\n        countryvalidate {\n            country\n            digit\n        }\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43eb0a99-bc81-43fd-8cf9-2aca10b3fefd"},{"name":"Cancel Order Message","id":"5641587e-bd13-4941-9c0c-f1530ae42dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n    sendCancelorderMessage(\n        countrycode: \"+91\"\n        countryid: \"IN\"\n        mobilenumber: \"9876543210\"\n        orderid: \"1\"\n        storeId: 1\n        sku: \"test-product\"\n    ) {\n        status\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5641587e-bd13-4941-9c0c-f1530ae42dc3"}],"id":"56f1c9f8-5fae-4ebe-aa1f-515c0a1bdc5d","_postman_id":"56f1c9f8-5fae-4ebe-aa1f-515c0a1bdc5d","description":""}]}