{"info":{"_postman_id":"3aa88821-38ec-43c5-8bba-a2294cdf0dda","name":"Magento 2 Save Cart Pro Extension","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"3aa88821-38ec-43c5-8bba-a2294cdf0dda","publishedId":"2sBXwpNBUt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-06-03T11:53:48.000Z"},"item":[{"name":"REST API","item":[{"name":"Get SaveCart Data","id":"68193285-199d-4b08-8862-92d644f5e299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/savecartpro/getSaveCart?customerId=7&storeid=2","urlObject":{"path":["rest","all","V1","savecartpro","getSaveCart"],"host":["{{baseurl}}"],"query":[{"key":"customerId","value":"7"},{"key":"storeid","value":"2"}],"variable":[]}},"response":[],"_postman_id":"68193285-199d-4b08-8862-92d644f5e299"},{"name":"Get SaveCart Data By Savecartid","id":"face4dbf-4428-4c53-8f9d-348766263761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/rest/all/V1/savecartpro/getCartDetail?customerId=6&saveCartId=1&storeid=1","urlObject":{"path":["rest","all","V1","savecartpro","getCartDetail"],"host":["{{baseurl}}"],"query":[{"key":"customerId","value":"6"},{"key":"saveCartId","value":"1"},{"key":"storeid","value":"1"}],"variable":[]}},"response":[],"_postman_id":"face4dbf-4428-4c53-8f9d-348766263761"},{"name":"Create New SaveCart","id":"81002725-49cf-483c-a3b3-2e2f04a7fcb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": 17,\n    \"cartName\": \"New Arrival\",\n    \"storeid\": 2\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/savecartpro/newCart","urlObject":{"path":["rest","all","V1","savecartpro","newCart"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81002725-49cf-483c-a3b3-2e2f04a7fcb3"},{"name":"Set In Existing Savecart","id":"32c3e4c5-9e92-49fa-8819-25fe444232a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cartId\": 7,\n  \"saveCartId\": 1,\n  \"storeid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/savecartpro/setInExistingCart","urlObject":{"path":["rest","all","V1","savecartpro","setInExistingCart"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32c3e4c5-9e92-49fa-8819-25fe444232a5"},{"name":"Update Savecart Product Quantity","id":"a634b733-1625-491c-9b8e-df1da5166d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"saveCartId\": 3,\n    \"savecartdetailids\": [{\"id\":\"8\",\"qty\":\"6\"}],\n    \"storeid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}rest/all/V1/savecartpro/updateCart","urlObject":{"path":["all","V1","savecartpro","updateCart"],"host":["{{baseurl}}rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"a634b733-1625-491c-9b8e-df1da5166d6d"},{"name":"Addtocart Specific Savecart","id":"496f2722-bf32-4374-88c6-5c3334877167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"saveCartId\": 1,\n  \"storeid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/savecartpro/addtocartSpecificSavecart","urlObject":{"path":["rest","all","V1","savecartpro","addtocartSpecificSavecart"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"496f2722-bf32-4374-88c6-5c3334877167"},{"name":"Addtocart Mass SaveCart","id":"d995a6bb-2843-4700-8d8a-563370f57f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"saveCartIds\": [\n    { \"id\": 9 },\n    { \"id\": 10 }\n  ],\n  \"storeid\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/savecartpro/addtocartMassSavecart","urlObject":{"path":["rest","all","V1","savecartpro","addtocartMassSavecart"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d995a6bb-2843-4700-8d8a-563370f57f85"},{"name":"Send Email","id":"b150df18-241e-4001-972e-2deb613b9657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fromName\": \"Dhiren Vasoya\",                      \n  \"mailTo\": \"test.magecomp@gmail.com\",            \n  \"mailSubject\": \"Check out my saved cart!\",    \n  \"mailContent\": \"Here are the items I saved.\", \n  \"storeid\": 1                                 \n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/savecartpro/sendMail","urlObject":{"path":["rest","all","V1","savecartpro","sendMail"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b150df18-241e-4001-972e-2deb613b9657"},{"name":"Delete SaveCart","id":"7ef52f22-fa83-401a-9f49-6f202ce5f651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/savecartpro/deleteCart/{saveCartId}/{storeid}","urlObject":{"path":["rest","all","V1","savecartpro","deleteCart","{saveCartId}","{storeid}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ef52f22-fa83-401a-9f49-6f202ce5f651"},{"name":"Delete Cart Product","id":"617cc73d-6cb2-4136-9c34-ff5b01dc8e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseurl}}/rest/all/V1/savecartpro/deleteCartProduct/{saveCartDetailId}/{storeid}","urlObject":{"path":["rest","all","V1","savecartpro","deleteCartProduct","{saveCartDetailId}","{storeid}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"617cc73d-6cb2-4136-9c34-ff5b01dc8e4d"}],"id":"df8a8f66-4f1d-4966-b0dc-4afaea39aa57","_postman_id":"df8a8f66-4f1d-4966-b0dc-4afaea39aa57","description":""},{"name":"GraphQL API","item":[{"name":"Get Savecart Data","id":"9dbed304-c90a-4a7d-8f32-071e6137019f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {  \n  getSavecart(\n    customerId: 6,\n    storeid: 1\n  ) {\n    status\n    response {\n      savecart_id\n      cart_name\n      created_at\n    }\n  } \n}\n","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dbed304-c90a-4a7d-8f32-071e6137019f"},{"name":"Get Savecart Data By Savecartid","id":"cce93e64-1414-4bfb-b1b3-2307fcab11a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {  \n  getSavecartDataBySavecartId(\n    customerId: 6,\n    saveCartId: 4,\n    storeid: 1\n  ) {\n    status\n    response {\n      cart {\n        savecart_id\n        cart_name\n        created_at\n      }\n      cartdetail {\n        savecart_detail_id\n        savecart_id\n        quote_prd_id\n        product_name\n        quote_prd_qty\n        quote_prd_price\n        quote_product_total\n      }\n      quote_master_total\n    }\n  }\n}\n","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cce93e64-1414-4bfb-b1b3-2307fcab11a1"},{"name":"Create New SaveCart","id":"8a37d455-56b8-44c7-9727-49be3f09fe6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {  \ncreateNewSavecart(\n  cartId: 14,\n  cartName: \"New Collection1\",\n  storeid: 1\n) {\n    status\n    response \n   }\n   \n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a37d455-56b8-44c7-9727-49be3f09fe6b"},{"name":"Set In Existing Savecart","id":"25a40748-f64e-4668-b894-d0d045343758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {  \n  setInExistingSavecart(\n    cartId: 7,\n    saveCartId: 2,\n    storeid: 1\n  ) {\n    status\n    response  \n  }  \n}\n","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"25a40748-f64e-4668-b894-d0d045343758"},{"name":"Update Savecart Product Quantity","id":"f5134179-5227-4703-884b-e7799d7c2f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    updateSavecartProductQty(\n      saveCartId: 13,\n      savecartdetailids: [{id: 11,qty: 10 }],\n      storeid: 1\n    ) {\n        status\n        response\n    }\n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5134179-5227-4703-884b-e7799d7c2f79"},{"name":"Addtocart Specific Savecart","id":"2ed0ba3c-ae5a-4453-83bf-750d525af755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation\t{  \naddtocartSpecificSavecart(\n  saveCartId: 12,\n  storeid: 1\n) {\n    status\n    response  \n   } \n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ed0ba3c-ae5a-4453-83bf-750d525af755"},{"name":"Addtocart Mass Savecart","id":"7d85760f-3786-4cf8-acc9-67cf0a37aa5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    addtocartMassSavecart(\n      saveCartIds: [{id: 12 },{id: 13 }],\n      storeid: 1\n    ) {\n        status\n        response\n    }\n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d85760f-3786-4cf8-acc9-67cf0a37aa5b"},{"name":"Send Email","id":"6f4b865b-c48b-427e-b11f-c02ac0ab6f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation\t{  \nsendMail(\n  fromName: \"Dhiren Vasoya\",                      \n  mailTo: \"test.magecomp@gmail.com\",            \n  mailSubject: \"Check out my saved cart!\",    \n  mailContent: \"Here are the items I saved.\", \n  storeid: 1  \n  \n) {\n    status\n    response  \n   }\n   \n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f4b865b-c48b-427e-b11f-c02ac0ab6f8c"},{"name":"Delete Savecart","id":"3a3f616b-2d18-4bef-a1c5-5e3b4b036068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {  \ndeleteSavecart(\n  saveCartId: 15,\n  storeid: 1\n) {\n    status\n    response  \n   }  \n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a3f616b-2d18-4bef-a1c5-5e3b4b036068"},{"name":"Delete Savecart Product","id":"2ea7c904-7dde-48be-be5d-6556f8b53ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation\t{  \ndeleteCartProduct(\n  saveCartDetailId: 12,\n  storeid: 1\n  \n) {\n    status\n    response  \n   }\n   \n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ea7c904-7dde-48be-be5d-6556f8b53ea6"}],"id":"0afe5585-0331-467d-bec2-87ffdd07ae54","_postman_id":"0afe5585-0331-467d-bec2-87ffdd07ae54","description":""}]}