{"info":{"_postman_id":"f0bdab42-912e-4893-8d06-eebe1211c00c","name":"Magento 2 Abandoned Cart","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"f0bdab42-912e-4893-8d06-eebe1211c00c","publishedId":"2sBXwtqVL9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-06-17T12:04:16.000Z"},"item":[{"name":"Rest API","item":[{"name":"Add Mobile To Abandoned Cart","id":"2250923f-1dbf-4beb-a5af-83cf41a3971f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"countrycode\": \"IN\",\n \"countryid\":91,\n  \"mobilenumber\": \"9106841402\",\n  \"customerid\": 2,\n  \"quoteid\": 15,\n  \"storeid\": 1\n}"},"url":"{{base_url}}/rest/all/V1/Abandonedcart/addsubscriber","urlObject":{"path":["rest","all","V1","Abandonedcart","addsubscriber"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2250923f-1dbf-4beb-a5af-83cf41a3971f"},{"name":"Add Guest Email to Abandoned Cart","id":"a2cc5e24-f607-41e3-9b15-e685e4ed1cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"countrycode\": \"IN\",\n \"countryid\":91,\n  \"mobilenumber\": \"9106841451\",\n  \"customeremail\" : \"test.magecom@gmail.com\",\n  \"quoteid\": 15,\n  \"storeid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/Abandonedcart/guestaddsubscriber","urlObject":{"path":["rest","all","V1","Abandonedcart","guestaddsubscriber"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2cc5e24-f607-41e3-9b15-e685e4ed1cd7"}],"id":"b27a7812-f9ec-4995-9331-e0421c40b70a","_postman_id":"b27a7812-f9ec-4995-9331-e0421c40b70a","description":""},{"name":"GraphQl API","item":[{"name":"Add Mobile to Abandoned Cart","id":"2e0d203d-3768-4bf7-9233-391b00decdbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n    addMobiletoAbandonedcart(\n        countrycode: \"IN\"\n        countryid: 91\n        mobilenumber: \"9106841526\"\n        customerid: \"2\"\n        quoteid: 13\n        storeid: 1\n    ) {\n        status\n        message\n    }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e0d203d-3768-4bf7-9233-391b00decdbc"},{"name":"Add Guest Email to Abandoned Cart","id":"560dd340-8f8d-4fcc-b1fe-e862785e1b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n    addGuestEmailToAbandonCart(\n        countrycode: \"IN\"\n        countryid: 91\n        mobilenumber: \"9106847820\"\n        customeremail: \"test.d@gmail.com\"\n        quoteid: 15\n        storeid: 1\n    ) {\n        status\n        message\n    }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"560dd340-8f8d-4fcc-b1fe-e862785e1b0a"}],"id":"985dc631-876c-4c27-be4d-55acd6056401","_postman_id":"985dc631-876c-4c27-be4d-55acd6056401","description":""}]}