{"info":{"_postman_id":"cfa4a15e-b1a1-4f23-a1bf-6abe9c6a0cbe","name":"WhatsApp Order Notification Ultimate","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"cfa4a15e-b1a1-4f23-a1bf-6abe9c6a0cbe","publishedId":"2sA3kaCyje","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-29T06:54:13.000Z"},"item":[{"name":"GraphQL","item":[{"name":"Send Registration OTP","id":"02bdf17a-c95f-45b2-a451-8e406be64568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendotp (\n        mobilenumber: \"\"\n        countrycode: \"\"\n        isresend: true\n\t\tstoreid : \n) \n    {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02bdf17a-c95f-45b2-a451-8e406be64568"},{"name":"Verify Registration OTP","id":"734bab41-21da-4c67-8d8a-bcb099767f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    verifyotp (\n        mobilenumber: \"\",\n        countrycode: \"\",\n        otp: \"\",\n        storeid : \"\") \n    {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"734bab41-21da-4c67-8d8a-bcb099767f1e"},{"name":"Send Registration Notification","id":"85077d11-d1a4-4099-b8c3-4e612aa19618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendRegistrationSuccessMsg (\n        email: \"\",\n        password:\"\",\n        mobilenumber:\"\",\n        countrycode: \"\",\n        otp:\"\",\n        storeId: \"\"\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85077d11-d1a4-4099-b8c3-4e612aa19618"},{"name":"Send Whatsapp Number Update OTP","id":"d32b74d7-9c07-4145-82a1-a92f60108842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendMobileUpdateOtp (\n        newmobilenumber: \"\",\n        oldmobilenumber: \"\",\n        countrycode: \"\",\n        customer_id:,\n        isresend: true,\n        storeid:\"\"\n    )\n  {\n        success\n        message\n    }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d32b74d7-9c07-4145-82a1-a92f60108842"},{"name":"Update Whatsapp Number OTP Verify","id":"76f07998-97f8-4ac0-aad8-ea778249058d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   verifyMobileUpdateOtp (\n        newmobilenumber: \"\",\n        oldmobilenumber: \"\",\n        countrycode: \"\",\n        customer_id:,\n        otp:\"\"\n        storeid:\"\"\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76f07998-97f8-4ac0-aad8-ea778249058d"},{"name":"Send Order Notification","id":"61d46a1a-be10-44d7-9f20-b4627efa01c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendOrderNotification (\n         orderId: ,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61d46a1a-be10-44d7-9f20-b4627efa01c4"},{"name":"Send Invoice Notification","id":"47ea9cc7-dbcb-474e-9453-9e9248a29ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendInvoiceNotification (\n         invoiceId: ,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47ea9cc7-dbcb-474e-9453-9e9248a29ea3"},{"name":"Send Shipment Notification","id":"0d9dcb06-f374-4e5b-b7ac-937191683235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendShipmentNotification (\n         shipmentId: ,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d9dcb06-f374-4e5b-b7ac-937191683235"},{"name":"Send Creditmemo Notification","id":"c62dc527-0407-4804-a24e-51ea58cfa596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendCreditmemoNotification (\n         creditmemoId: ,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c62dc527-0407-4804-a24e-51ea58cfa596"},{"name":"Send Contact Notification","id":"4508e48f-82e3-4f42-95ab-d085f944aa6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendContactNotification (\n         name:\"\",\n         email:\"\",\n         mobilenumber:\"\",\n         countrycode: \"\",\n         comment:\"\",\n         storeid :\"\"\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4508e48f-82e3-4f42-95ab-d085f944aa6e"},{"name":"Country List","id":"166fa564-2229-4076-ad8d-515d4303a279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\n   countryList (\n        status: true\n  ) {\n        status\n        country\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"166fa564-2229-4076-ad8d-515d4303a279"},{"name":"Create Customer","id":"e5291195-6b3c-4679-a815-bebf9cffa30b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  createCustomerAccount(\n      email: \"\"\n      firstname: \"\"\n      lastname: \"\"\n      password: \"\"\n      storeid: \n   ) {\n    success\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5291195-6b3c-4679-a815-bebf9cffa30b"}],"id":"4f4b0e44-e16d-4b28-b103-768a97767189","_postman_id":"4f4b0e44-e16d-4b28-b103-768a97767189","description":""},{"name":"REST API","item":[{"name":"Send Registration OTP","id":"9f153d59-1a9c-4973-8301-d8324203adec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mobilenumber\": \"\",\n  \"countrycode\": \"\",\n  \"isresend\": true,\n\"storeid\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendregotp","urlObject":{"path":["rest","all","V1","whatsappultimate","sendregotp"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f153d59-1a9c-4973-8301-d8324203adec"},{"name":"Registration OTP Verify","id":"985ad85a-57fc-4f2e-93e0-0fe70e8fff01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mobilenumber\": \"\",\n  \"countrycode\": \"\",\n  \"otp\": \"\",\n  \"storeid\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/regotpverify","urlObject":{"path":["rest","all","V1","whatsappultimate","regotpverify"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"985ad85a-57fc-4f2e-93e0-0fe70e8fff01"},{"name":"Customer Account Create","id":"01b8e940-f17a-4c48-b5fc-bbc3cbb0644c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"\",\n    \"firstname\": \"\",\n    \"lastname\": \"\",\n    \"website_id\": \n  },\n  \"password\": \"test@123\"\n}"},"url":"{{base_url}}/rest/all/V1/customers","urlObject":{"path":["rest","all","V1","customers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01b8e940-f17a-4c48-b5fc-bbc3cbb0644c"},{"name":"Send Registration Notification","id":"59c3a99f-8b7d-4f9f-830a-c318770f3997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"\",\n  \"password\": \"\",\n  \"mobilenumber\": \"\",\n  \"countrycode\": \"\",\n  \"otp\": \"\",\n  \"storeId\": \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendregistrationnotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendregistrationnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59c3a99f-8b7d-4f9f-830a-c318770f3997"},{"name":"Send Whatsapp Update OTP","id":"e96a0cf2-2b3b-4a66-95b9-a50474e0d914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"newmobilenumber\": \"\",\n  \"oldmobilenumber\": \"\",\n   \"countrycode\": \"\",\n   \"customer_id\": ,\n  \"isresend\": true,\n   \"storeid\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendmobileupdateotp","urlObject":{"path":["rest","all","V1","whatsappultimate","sendmobileupdateotp"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e96a0cf2-2b3b-4a66-95b9-a50474e0d914"},{"name":"Update Whatsapp OTP Verify","id":"c1482435-1804-4565-9dad-8ac86a4f28bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"newmobilenumber\": \"\",\n  \"oldmobilenumber\": \"\",\n   \"countrycode\": \"\",\n  \"customer_id\": ,\n  \"otp\": \"\",\n     \"storeid\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/updateotpverify","urlObject":{"path":["rest","all","V1","whatsappultimate","updateotpverify"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1482435-1804-4565-9dad-8ac86a4f28bb"},{"name":"Send Order Notification","id":"efb5c672-5647-42b7-b998-f273ec9c9211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"orderid\": ,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendordernotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendordernotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"efb5c672-5647-42b7-b998-f273ec9c9211"},{"name":"Send Invoice Notification","id":"20e81e64-2ddb-44e1-99f6-2af72c56ff31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"invoiceid\": ,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendinvoicenotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendinvoicenotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20e81e64-2ddb-44e1-99f6-2af72c56ff31"},{"name":"Send Shipment Notification","id":"41e9c83e-3985-4ae2-b8a1-10427b197c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"shipmentid\": ,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendshipmentnotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendshipmentnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41e9c83e-3985-4ae2-b8a1-10427b197c45"},{"name":"Send Creditmemo Notification","id":"dec341fe-f635-42f1-932b-89611145c882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"creditmemoid\": ,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendcreditmemonotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendcreditmemonotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dec341fe-f635-42f1-932b-89611145c882"},{"name":"Send Contact Notification","id":"4323c574-9bb2-470d-b606-bfd492ca754a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"mobilenumber\": \"\",\n  \"comment\": \"\",\n  \"countrycode\": \"\",\n  \"storeId\": \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendcontactnotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendcontactnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4323c574-9bb2-470d-b606-bfd492ca754a"},{"name":"Country List","id":"813b6d32-877a-40ec-be32-d7dc00e06075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/rest/all/V1/whatsappultimate/countrylist","urlObject":{"path":["rest","all","V1","whatsappultimate","countrylist"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"813b6d32-877a-40ec-be32-d7dc00e06075"},{"name":"Create Customer","id":"7b265538-9363-4a80-86a1-31cac4c266c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"\",\n    \"firstname\": \"\",\n    \"lastname\": \"\",\n    \"website_id\": ,\n    \"addresses\": [\n      {\n        \"defaultShipping\": true,\n        \"defaultBilling\": true,\n        \"firstname\": \"\",\n        \"lastname\": \"\",\n        \"region\": {\n          \"regionCode\": \"\",\n          \"region\": \"\",\n          \"regionId\": \n        },\n        \"postcode\": \"\",\n        \"street\": [\n          \"\"\n        ],\n        \"city\": \"\",\n        \"telephone\": \"\",\n        \"countryId\": \"\"\n      }\n    ]\n  },\n  \"password\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/V1/customers","urlObject":{"path":["rest","V1","customers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b265538-9363-4a80-86a1-31cac4c266c5"}],"id":"39c409cb-ea2f-4e12-9051-0ecf3f987793","_postman_id":"39c409cb-ea2f-4e12-9051-0ecf3f987793","description":""}]}