Skip to content
Snippets Groups Projects
Generic Client Layer.postman_collection.json 1.49 MiB
Newer Older
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"{{bpp_id_strapi}}\",\n                \"bpp_uri\": \"{{bpp_uri_strapi}}\",\n                \"domain\": \"supply-chain-services:assembly\"\n            },\n            \"message\": {\n                \"ratings\": [\n                    {\n                        \"id\": \"62\",\n                        \"rating_category\": \"Item\",\n                        \"value\": \"8\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/rating",
              "host": ["{{base_url}}"],
              "path": ["rating"]
            }
          },
          "response": [
            {
              "name": "Rating",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "name": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"supply-chain-services:assembly\"\n            },\n            \"message\": {\n                \"id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\",\n                \"rating_category\": \"Order\",\n                \"value\": \"8\"\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/rating",
                  "host": ["{{base_url}}"],
                  "path": ["rating"]
                }
              },
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "name": "Content-Type",
                  "description": "",
                  "type": "text"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"supply-chain-services:assembly\",\n                \"action\": \"on_rating\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"DE\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"101571df-c258-4c80-b780-6e543da324cb\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2024-01-10T07:05:51.090Z\"\n            },\n            \"message\": {\n                \"feedback_form\": {\n                    \"xinput\": {\n                        \"form\": {\n                            \"url\": \"https://inds-network-bpp.becknprotocol.io/feedback/portal\"\n                        },\n                        \"required\": \"false\"\n                    }\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Cancel",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"{{bpp_id_strapi}}\",\n                \"bpp_uri\": \"{{bpp_uri_strapi}}\",\n                \"domain\": \"supply-chain-services:assembly\"\n            },\n            \"message\": {\n                \"order_id\": \"570\",\n                \"cancellation_reason_id\": \"4\",\n                \"descriptor\": {\n                    \"short_desc\": \"Order delayed\"\n                }\n            }\n        }\n    ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/cancel",
              "host": ["{{base_url}}"],
              "path": ["cancel"]
            }
          },
          "response": [
            {
              "name": "Request and Response",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "name": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"supply-chain-services:assembly\"\n            },\n            \"message\": {\n                \"order_id\": \"04389d8c-6a50-4664-9c08-4ee45fef44e8\",\n                \"cancellation_reason_id\": \"4\",\n                \"descriptor\": {\n                    \"short_desc\": \"Order delayed\"\n                }\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/cancel",
                  "host": ["{{base_url}}"],
                  "path": ["cancel"]
                }
              },
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "name": "Content-Type",
                  "description": "",
                  "type": "text"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"supply-chain-services:assembly\",\n                \"action\": \"on_cancel\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"DE\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"63c2076a-5180-41fd-9cc5-a70413ca6298\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2024-01-10T07:07:10.295Z\"\n            },\n            \"message\": {\n                \"order\": {\n                    \"type\": \"DEFAULT\",\n                    \"provider\": {\n                        \"id\": \"1\"\n                    },\n                    \"items\": [\n                        {\n                            \"id\": \"66b7b9bad166-4a3f-ada6-ca063dc9d321\",\n                            \"name\": \"Intermittent assembly type\",\n                            \"short_desc\": \"This is an intermittent assembly type.\",\n                            \"long_desc\": \"<h1>Intermittent Assembly Product - Enhanced Efficiency, Unmatched Performance!</h1><p>Welcome to the future of assembly technology! Revolutionize your workflow with unparalleled efficiency and precision.</p><p>Key Features:</p><ul><li>Precise Intermittent Assembly Technology.</li><li>Advanced automation for time and resource savings.</li><li>Durable materials for longevity and reliability.</li><li>Customizable settings for various assembly requirements.</li></ul><p>Invest in the future of assembly technology. Elevate your production capabilities today!</p>\",\n                            \"price\": {\n                                \"currency\": \"EUR\",\n                                \"value\": \"starting from 200 EUR\"\n                            }\n                        }\n                    ],\n                    \"fulfillments\": [\n                        {\n                            \"customer\": {\n                                \"contact\": {\n                                    \"email\": \"fox.judie@abc.org\",\n                                    \"phone\": \"+91-81347776660\"\n                                },\n                                \"person\": {\n                                    \"name\": \"Judie Fox\"\n                                }\n                            },\n                            \"id\": \"fid1\",\n                            \"state\": {\n                                \"descriptor\": {\n                                    \"code\": \"CANCELLED\",\n                                    \"short_desc\": \"cancellation reason...\"\n                                },\n                                \"updated_at\": \"2023-05-25T05:23:04.443Z\"\n                            },\n                            \"tracking\": false\n                        }\n                    ],\n                    \"quote\": {\n                        \"breakup\": [\n                            {\n                                \"price\": {\n                                    \"currency\": \"EUR\",\n                                    \"value\": \"200\"\n                                },\n                                \"title\": \"Base Price\"\n                            },\n                            {\n                                \"price\": {\n                                    \"currency\": \"EUR\",\n                                    \"value\": \"50\"\n                                },\n                                \"title\": \"Shipping Cost\"\n                            },\n                            {\n                                \"price\": {\n                                    \"currency\": \"EUR\",\n                                    \"value\": \"50\"\n                                },\n                                \"title\": \"Tax\"\n                            }\n                        ],\n                        \"price\": {\n                            \"currency\": \"EUR\",\n                            \"value\": \"300\"\n                        }\n                    },\n                    \"billing\": {\n                        \"name\": \"Industry buyer\",\n                        \"address\": \"B005 aspire heights, Jurong East, SGP, 680230\",\n                        \"state\": {\n                            \"name\": \"Jurong East\"\n                        },\n                        \"city\": {\n                            \"name\": \"Jurong East\"\n                        },\n                        \"email\": \"nobody@nomail.com\",\n                        \"phone\": \"9886098860\"\n                    },\n                    \"payments\": [\n                        {\n                            \"collected_by\": \"BPP\",\n                            \"params\": {\n                                \"amount\": \"300\",\n                                \"currency\": \"EUR\",\n                                \"bank_account_number\": \"1234002341\",\n                                \"bank_code\": \"INB0004321\",\n                                \"bank_account_name\": \"Makerspace assembly Ltd\"\n                            },\n                            \"status\": \"PAID\",\n                            \"type\": \"PRE-ORDER\",\n                            \"transaction_id\": \"a35b56cf-e5cf-41f1-9b5d-fa99d8d5ac8c\"\n                        }\n                    ],\n                    \"cancellation_terms\": [\n                        {\n                            \"cancellation_fee\": {\n                                \"amount\": {\n                                    \"currency\": \"EUR\",\n                                    \"value\": \"100\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Update",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\":\"supply-chain-services:assembly\",\n                \"bpp_id\": \"{{bpp_id_strapi}}\",\n                \"bpp_uri\": \"{{bpp_uri_strapi}}\",\n                \"transaction_id\": \"6743e9e2-4fb5-487c-92b7-13ba8018f176\"\n            },\n            \"orderId\": \"570\",\n            \"updateDetails\": {\n                \"updateTarget\": \"order.billing\",\n                \"billing\": {\n                    \"name\": \"John Doe\",\n                    \"address\": \"Villa 5, Green Valley, Malleshwaram, 560012\",\n                    \"email\": \"john.doe@example.com\",\n                    \"phone\": \"+91-9999999999\"\n                }\n            }\n        }\n    ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/update",
              "host": ["{{base_url}}"],
              "path": ["update"]
            }
          },
          "response": [
            {
              "name": "Request and Response",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "name": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\":\"supply-chain-services:assembly\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io/\",\n                \"transaction_id\": \"6743e9e2-4fb5-487c-92b7-13ba8018f176\"\n            },\n            \"orderId\": \"853c7593-f4bf-4557-8832-118a591787ba\",\n            \"updateDetails\": {\n                \"updateTarget\": \"order.fulfillments[0].stops[0]\",\n                \"fulfillments\": [\n                    {\n                        \"stops\": [\n                            {\n                                \"location\": {\n                                    \"gps\": \"1.3806217468119772, 103.74636438437074\",\n                                    \"address\": \"My House #, My building\",\n                                    \"city\": {\n                                        \"name\": \"Jurong East\"\n                                    },\n                                    \"country\": {\n                                        \"code\": \"SGP\"\n                                    },\n                                    \"area_code\": \"680230\",\n                                    \"state\": {\n                                        \"name\": \"bayern\"\n                                    }\n                                },\n                                \"contact\": {\n                                    \"phone\": \"9886098860\"\n                                }\n                            }\n                        ]\n                    }\n                ],\n                \"billing\": {\n                    \"name\": \"John Doe\",\n                    \"address\": \"Villa 5, Green Valley, Malleshwaram, 560012\",\n                    \"email\": \"john.doe@example.com\",\n                    \"phone\": \"+91-9999999999\"\n                }\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/update",
                  "host": ["{{base_url}}"],
                  "path": ["update"]
                }
              },
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "name": "Content-Type",
                  "description": "",
                  "type": "text"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"supply-chain-services:assembly\",\n                \"action\": \"on_update\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io/\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"DE\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"6743e9e2-4fb5-487c-92b7-13ba8018f176\",\n                \"message_id\": \"9b25f86d-7a70-4cab-9e30-de70637e0691\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2024-01-10T07:10:41.921Z\"\n            },\n            \"message\": {\n                \"orderId\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\",\n                \"provider\": {\n                    \"id\": \"1\",\n                    \"name\": \"Makerspace\",\n                    \"short_desc\": \"Makerspace\",\n                    \"long_desc\": \"Makerspace, Hof\",\n                    \"images\": [\n                        {\n                            \"url\": \"https://images.pexels.com/photos/5532668/pexels-photo-5532668.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1\",\n                            \"size_type\": \"sm\"\n                        }\n                    ]\n                },\n                \"items\": {\n                    \"id\": \"66b7b9bad166-4a3f-ada6-ca063dc9d321\",\n                    \"name\": \"Intermittent assembly type\",\n                    \"short_desc\": \"This is an intermittent assembly type.\",\n                    \"long_desc\": \"<h1>Intermittent Assembly Product - Enhanced Efficiency, Unmatched Performance!</h1><p>Welcome to the future of assembly technology! Revolutionize your workflow with unparalleled efficiency and precision.</p><p>Key Features:</p><ul><li>Precise Intermittent Assembly Technology.</li><li>Advanced automation for time and resource savings.</li><li>Durable materials for longevity and reliability.</li><li>Customizable settings for various assembly requirements.</li></ul><p>Invest in the future of assembly technology. Elevate your production capabilities today!</p>\",\n                    \"price\": {\n                        \"currency\": \"EUR\",\n                        \"value\": \"starting from 200 EUR\"\n                    },\n                    \"tags\": [\n                        {\n                            \"code\": \"product-info\",\n                            \"name\": \"Product Information\",\n                            \"display\": true,\n                            \"list\": [\n                                {\n                                    \"name\": \"product-type\",\n                                    \"value\": \"electronics\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"assembly-info\",\n                            \"name\": \"Assembly Information\",\n                            \"display\": true,\n                            \"list\": [\n                                {\n                                    \"name\": \"assembly-method\",\n                                    \"value\": \"automated\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"scale-info\",\n                            \"name\": \"Scale Information\",\n                            \"display\": true,\n                            \"list\": [\n                                {\n                                    \"name\": \"scale-type\",\n                                    \"value\": \"industrial\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"printer-info\",\n                            \"name\": \"Printer Information\",\n                            \"display\": true,\n                            \"list\": [\n                                {\n                                    \"name\": \"Resolution\",\n                                    \"value\": \"gte>20%\"\n                                },\n                                {\n                                    \"name\": \"success-rate\",\n                                    \"value\": \"gte>95%\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"fulfillments\": [\n                    {\n                        \"id\": \"f1\",\n                        \"state\": {\n                            \"descriptor\": {\n                                \"code\": \"ORDER_ACCEPTED\",\n                                \"short_desc\": \"Order has been confirmed...\"\n                            }\n                        },\n                        \"customer\": {\n                            \"contact\": {\n                                \"email\": \"fox.judie@abc.org\",\n                                \"phone\": \"+91-8056475647\"\n                            },\n                            \"person\": {\n                                \"name\": \"Judie Fox\"\n                            }\n                        },\n                        \"stops\": [\n                            {\n                                \"type\": \"end\",\n                                \"location\": {\n                                    \"gps\": \"1.3806217468119772, 103.74636438437074\",\n                                    \"address\": \"My House #, My building\",\n                                    \"city\": {\n                                        \"name\": \"Jurong East\"\n                                    },\n                                    \"country\": {\n                                        \"code\": \"SGP\"\n                                    },\n                                    \"area_code\": \"680230\",\n                                    \"state\": {\n                                        \"name\": \"bayern\"\n                                    }\n                                },\n                                \"contact\": {\n                                    \"phone\": \"9886098860\"\n                                }\n                            }\n                        ],\n                        \"tracking\": false\n                    }\n                ],\n                \"quote\": {\n                    \"breakup\": [\n                        {\n                            \"price\": {\n                                \"currency\": \"EUR\",\n                                \"value\": \"200\"\n                            },\n                            \"title\": \"Base Price\"\n                        },\n                        {\n                            \"price\": {\n                                \"currency\": \"EUR\",\n                                \"value\": \"50\"\n                            },\n                            \"title\": \"Shipping Cost\"\n                        },\n                        {\n                            \"price\": {\n                                \"currency\": \"EUR\",\n                                \"value\": \"50\"\n                            },\n                            \"title\": \"Tax\"\n                        }\n                    ],\n                    \"price\": {\n                        \"currency\": \"EUR\",\n                        \"value\": \"300\"\n                    }\n                },\n                \"billing\": {\n                    \"name\": \"Industry buyer\",\n                    \"address\": \"B005 aspire heights, Jurong East, SGP, 680230\",\n                    \"state\": {\n                        \"name\": \"Jurong East\"\n                    },\n                    \"city\": {\n                        \"name\": \"Jurong East\"\n                    },\n                    \"email\": \"nobody@nomail.com\",\n                    \"phone\": \"9886098860\"\n                },\n                \"payments\": [\n                    {\n                        \"collected_by\": \"BPP\",\n                        \"params\": {\n                            \"amount\": \"300\",\n                            \"currency\": \"EUR\",\n                            \"bank_account_number\": \"1234002341\",\n                            \"bank_code\": \"INB0004321\",\n                            \"bank_account_name\": \"Makerspace Assembly Ltd\"\n                        },\n                        \"status\": \"PAID\",\n                        \"type\": \"PRE-ORDER\",\n                        \"transaction_id\": \"a35b56cf-e5cf-41f1-9b5d-fa99d8d5ac8c\"\n                    }\n                ],\n                \"cancellation_terms\": [\n                    {\n                        \"cancellation_fee\": {\n                            \"amount\": {\n                                \"currency\": \"EUR\",\n                                \"value\": \"100\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Support",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"supply-chain-services:assembly\",\n                \"bpp_id\": \"{{bpp_id_strapi}}\",\n                \"bpp_uri\": \"{{bpp_uri_strapi}}\",\n                \"transaction_id\": \"6743e9e2-4fb5-487c-92b7-13ba8018f176\"\n            },\n            \"message\": {\n                \"order_id\": \"570\",\n                \"support\": {\n                    \"callback_phone\": \"+91-8858150053\",\n                    \"ref_id\": \"894789-43954\",\n                    \"phone\": \"+91 9988776543\",\n                    \"email\": \"supportperson@gmail.com\"\n                }\n            }\n        }\n    ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/support",
              "host": ["{{base_url}}"],
              "path": ["support"]
            }
          },
          "response": [
            {
              "name": "Request and Response",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "name": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"supply-chain-services:assembly\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io/\",\n                \"transaction_id\": \"6743e9e2-4fb5-487c-92b7-13ba8018f176\"\n            },\n            \"message\": {\n                \"order_id\": \"759b905c-5a30-4d18-a6af-0decbac9282f\",\n                \"support\": {\n                    \"callback_phone\": \"+91-8858150053\",\n                    \"ref_id\": \"894789-43954\",\n                    \"phone\": \"+91 9988776543\",\n                    \"email\": \"supportperson@gmail.com\"\n                }\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/support",
                  "host": ["{{base_url}}"],
                  "path": ["support"]
                }
              },
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "name": "Content-Type",
                  "description": "",
                  "type": "text"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"supply-chain-services:assembly\",\n                \"action\": \"on_support\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io/\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"DE\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"6743e9e2-4fb5-487c-92b7-13ba8018f176\",\n                \"message_id\": \"114e582e-ab3f-4d23-b8b8-9f05742f1444\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2024-01-10T07:13:10.632Z\"\n            },\n            \"message\": {\n                \"support\": {\n                    \"ref_id\": \"d4975df5-b18c-4772-80ad\",\n                    \"callback_phone\": \"+91 8765495826\",\n                    \"phone\": \"+91 9876543298\",\n                    \"email\": \"abcd.makerspace@support.com\"\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Retail",
      "item": [
        {
          "name": "Search",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"context\": {\n        \"domain\": \"retail:1.1.0\"\n    },\n    \"searchString\": \"Coffee\",\n    \"fulfillment\": {\n        \"type\": \"Delivery\",\n        \"stops\": [\n            {\n                \"location\": \"28.4594965,77.0266383\"\n            }\n        ]\n    }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/search",
              "host": ["{{base_url}}"],
              "path": ["search"]
            }
          },
          "response": [
            {
              "name": "Full Search Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"context\": {\n        \"domain\": \"retail:1.1.0\"\n    },\n    \"searchString\": \"earphone\",\n    \"fulfillment\":{\n        \"type\":\"Delivery\",\n        \"stops\": [\n            {\n                \"location\": \"28.4594965,77.0266383\"\n            }\n        ]\n    },\n    \"category\":{\n        \"categoryCode\":\"electronics\"\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/search",
                  "host": ["{{base_url}}"],
                  "path": ["search"]
                }
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Response",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"context\": {\n        \"domain\": \"retail:1.1.0\"\n    },\n    \"searchString\": \"earphone\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/search",
                  "host": ["{{base_url}}"],
                  "path": ["search"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "X-Powered-By",
                  "value": "Express"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "Content-Length",
                  "value": "1268"
                },
                {
                  "key": "ETag",
                  "value": "W/\"4f4-09BOUZev3ztpq2JdmpB0wuW3Kj8\""
                },
                {
                  "key": "Date",
                  "value": "Tue, 19 Dec 2023 06:10:36 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=5"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"action\": \"on_search\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"IND\"\n                    },\n                    \"city\": {\n                        \"code\": \"std:080\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"b1dfe23b-5e5c-4ef2-96c7-b4afd7f4d4ee\",\n                \"message_id\": \"6553242d-3d7e-461d-a6cb-7eea495cfe9c\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-19T06:10:25.690Z\"\n            },\n            \"message\": {\n                \"name\": \"HBO\",\n                \"providers\": [\n                    {\n                        \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\",\n                        \"name\": \"Venky.Mahadevan@Bazaar\",\n                        \"items\": [\n                            {\n                                \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                                \"name\": \"Isothermal Stainless Steel Hiking Flask MH500 Yellow - Water bottle\",\n                                \"price\": {\n                                    \"value\": \"1200.0\",\n                                    \"currency\": \"INR\"\n                                },\n                                \"images\": [\n                                    {\n                                        \"url\": \"https://tourism-bpp-infra2.becknprotocol.io/attachments/view/253.jpg\"\n                                    }\n                                ],\n                                \"tags\": [\n                                    {\n                                        \"name\": \"item-cataegory\",\n                                        \"display\": true,\n                                        \"list\": [\n                                            {\n                                                \"name\": \"category\",\n                                                \"value\": \"retail\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"name\": \"item-properties\",\n                                        \"display\": true,\n                                        \"list\": [\n                                            {\n                                                \"name\": \"waterbottle\",\n                                                \"value\": \"y\"\n                                            },\n                                            {\n                                                \"name\": \"Trekking\",\n                                                \"value\": \"y\"\n                                            },\n                                            {\n                                                \"name\": \"Sipper\",\n                                                \"value\": \"y\"\n                                            },\n                                            {\n                                                \"name\": \"Hiking\",\n                                                \"value\": \"y\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Select",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"5789afbf-8b47-4e83-b879-a8c3f0a95b8f\",\n                \"bpp_id\": \"{{bpp_vendure_id}}\",\n                \"bpp_uri\": \"{{bpp_vendure_uri}}\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"items\": [\n                            {\n                                \"id\": \"36\",\n                                \"quantity\": {\n                                    \"selected\": {\n                                        \"count\": 1\n                                    }\n                                }\n                            }\n                        ],\n                        \"provider\": {\n                            \"id\": \"insta-shop\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/select",
              "host": ["{{base_url}}"],
              "path": ["select"]
            }
          },
          "response": [
            {
              "name": "Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"items\": [\n                            {\n                                \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                                \"selected\": {\n                                    \"quantity\": {\n                                        \"count\": 1\n                                    }\n                                }\n                            }\n                        ],\n                        \"provider\": {\n                            \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\"\n                        },\n                        \"fulfillments\": [\n                            {\n                                \"id\": \"f1\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/select",
                  "host": ["{{base_url}}"],
                  "path": ["select"]
                }
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Response",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"items\": [\n                            {\n                                \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                                \"selected\": {\n                                    \"quantity\": {\n                                        \"count\": 1\n                                    }\n                                }\n                            }\n                        ],\n                        \"provider\": {\n                            \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\"\n                        },\n                        \"fulfillments\": [\n                            {\n                                \"id\": \"f1\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/select",
                  "host": ["{{base_url}}"],
                  "path": ["select"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "X-Powered-By",
                  "value": "Express"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "Content-Length",
                  "value": "2782"
                },
                {
                  "key": "ETag",
                  "value": "W/\"ade-lnCIV9zEYATCJ5uKwYLubTnbnyY\""
                },
                {
                  "key": "Date",
                  "value": "Tue, 19 Dec 2023 09:56:10 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=5"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"action\": \"on_select\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"IND\"\n                    },\n                    \"city\": {\n                        \"code\": \"std:080\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"ffce5e73-3d9c-42d4-8240-f866e97be022\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-19T09:56:04.304Z\"\n            },\n            \"message\": {\n                \"order\": {\n                    \"type\": \"DEFAULT\",\n                    \"quote\": {\n                        \"price\": {\n                            \"currency\": \"INR\",\n                            \"value\": \"1500.0\"\n                        },\n                        \"breakup\": [\n                            {\n                                \"title\": \"base-price\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"1200.0\"\n                                }\n                            },\n                            {\n                                \"title\": \"taxes\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"300.0\"\n                                }\n                            }\n                        ]\n                    },\n                    \"provider\": {\n                        \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\",\n                        \"name\": \"Venky.Mahadevan@Bazaar\"\n                    },\n                    \"items\": {\n                        \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                        \"name\": \"Isothermal Stainless Steel Hiking Flask MH500 Yellow - Water bottle\",\n                        \"short_desc\": \"InstaCuppa Stainless Steel Thermos Flask Water Bottle with Sports Sipper Lid, Double Walled Vacuum Insulation\",\n                        \"long_desc\": \"<div> <ul> <li>ULTRA MODERN DESIGN - Our thermos bottle is crafted with a unique and modern design. Gone are the days of old and boring flasks. Guaranteed to impress your colleagues, friends & family.</li> <li>ADVANCED TEMPERATURE CONTROL – A double-wall, vacuum-insulated design helps lock in heat for up to 12 hours and cold for up to 24!</li> <li>ELIMINATES CONDENSATION – Offering improved grip and control, these innovative dual-layer bottles offer a slip-resistant surface that’s free of sweat and condensation..</li> <li>LEAK-PROOF and ECO-FRIENDLY – Remove, and clean, the large, screw on lid provides faster access to water inside and won’t spill a drop even when it’s tipped upside or put in your gym bag.</li> <li>The distress quilted jacket is a versatile fashion choice you can wear on any occasion. A style essential piece for Women which will reveal your strong sense of personality</li> </ul> <div> <p><b>Product Details</b></p> <ul> <li>Advanced Temperature Retention.This thermos water bottle ensures your beverages will remain hot or cold for a long time.Hot for up to 12 hours.Cold for up to 24 hours.</li> <li>Retains Original Flavors.Vacuum insulation ensures this travel thermos water bottle is airtight and retains the original flavor of your beverages.Also, this bottle is B.P.A Free.</li> <li>Premium Quality Materials.This stylish bottle is a double-walled vacuum insulated and made from premium 304-grade stainless steel - which makes this flask bottle.</li> </ul> </div>\",\n                        \"price\": {\n                            \"listed_value\": \"1200.0\",\n                            \"currency\": \"INR\",\n                            \"value\": \"1200.0\"\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Init",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"07220b3e-9598-4821-9a9a-dfe8168c1440\",\n                \"bpp_id\": \"{{bpp_vendure_id}}\",\n                \"bpp_uri\": \"{{bpp_vendure_uri}}\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"provider\": {\n                            \"id\": \"insta-shop\"\n                        },\n                        \"items\": [\n                            {\n                                \"id\": \"36\",\n                                \"quantity\": {\n                                    \"selected\": {\n                                        \"count\": 1\n                                    }\n                                }\n                            }\n                        ],\n                        \"fulfillments\": [\n                            {\n                                \"id\": \"4\",\n                                \"type\": \"standard\",\n                                \"stops\": [\n                                    {\n                                        \"location\": {\n                                            \"gps\": \"28.6805926,77.4587239\",\n                                            \"address\": \"15 Rue du Soleil, Paris, France\",\n                                            \"city\": {\n                                                \"name\": \"Ghaziabad\"\n                                            },\n                                            \"state\": {\n                                                \"name\": \"Uttar Pradesh\"\n                                            },\n                                            \"country\": {\n                                                \"code\": \"IND\"\n                                            },\n                                            \"area_code\": \"201002\"\n                                        },\n                                        \"contact\": {\n                                            \"phone\": \"0612345678\",\n                                            \"email\": \"antoine.dubois@gmail.com\"\n                                        }\n                                    }\n                                ]\n                            }\n                        ],\n                        \"customer\": {\n                            \"person\": {\n                                \"name\": \"Antoine Dubois\"\n                            },\n                            \"contact\": {\n                                \"phone\": \"0612345678\"\n                            }\n                        },\n                        \"billing\": {\n                            \"name\": \"Antoine Dubois\",\n                            \"phone\": \"0612345678\",\n                            \"address\": \"15 Rue du Soleil, Paris, France\",\n                            \"email\": \"antoine.dubois@gmail.com\",\n                            \"city\": {\n                                \"name\": \"Ghaziabad\"\n                            },\n                            \"state\": {\n                                \"name\": \"Uttar Pradesh\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/init",
              "host": ["{{base_url}}"],
              "path": ["init"]
            }
          },
          "response": [
            {
              "name": "Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"provider\": {\n                            \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\"\n                        },\n                        \"items\": [\n                            {\n                                \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                                \"selected\": {\n                                    \"quantity\": {\n                                        \"count\": 1\n                                    }\n                                }\n                            }\n                        ],\n                        \"fulfillments\": [\n                            {\n                                \"type\": \"Delivery\",\n                                \"stops\": [\n                                    {\n                                        \"location\": {\n                                            \"gps\": \"13.2008459,77.708736\",\n                                            \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                                            \"city\": {\n                                            \"name\": \"Gangamuthanahalli\"\n                                            },\n                                            \"state\": {\n                                                \"name\": \"Karnataka\"\n                                            },\n                                            \"country\": {\n                                                \"code\": \"IND\"\n                                            },\n                                            \"area_code\": \"75001\"\n                                        },\n                                        \"contact\": {\n                                            \"phone\": \"919246394908\",\n                                            \"email\": \"nc.rehman@gmail.com\"\n                                        }\n                                    }\n                                ]\n\n                            }\n                        ],\n                        \"customer\": {\n                            \"person\": {\n                                \"name\": \"Motiur Rehman\"\n                            },\n                            \"contact\": {\n                                \"phone\": \"919122343344\"\n                            }\n                        },\n                        \"billing\": {\n                            \"name\": \"Abee\",\n                            \"phone\": \"9191223433\",\n                            \"address\": \"Bengaluru, Bengaluru Urban, Bangalore Division, Karnataka\",\n                            \"email\": \"testemail1@mailinator.com\",\n                            \"city\": {\n                                \"name\": \"Gangamuthanahalli\"\n                            },\n                            \"state\": {\n                                \"name\": \"Karnataka\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/init",
                  "host": ["{{base_url}}"],
                  "path": ["init"]
                }
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Response",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"provider\": {\n                            \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\"\n                        },\n                        \"items\": [\n                            {\n                                \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                                \"selected\": {\n                                    \"quantity\": {\n                                        \"count\": 1\n                                    }\n                                }\n                            }\n                        ],\n                        \"fulfillments\": [\n                            {\n                                \"type\": \"Delivery\",\n                                \"stops\": [\n                                    {\n                                        \"location\": {\n                                            \"gps\": \"13.2008459,77.708736\",\n                                            \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                                            \"city\": {\n                                            \"name\": \"Gangamuthanahalli\"\n                                            },\n                                            \"state\": {\n                                                \"name\": \"Karnataka\"\n                                            },\n                                            \"country\": {\n                                                \"code\": \"IND\"\n                                            },\n                                            \"area_code\": \"75001\"\n                                        },\n                                        \"contact\": {\n                                            \"phone\": \"919246394908\",\n                                            \"email\": \"nc.rehman@gmail.com\"\n                                        }\n                                    }\n                                ]\n\n                            }\n                        ],\n                        \"customer\": {\n                            \"person\": {\n                                \"name\": \"Motiur Rehman\"\n                            },\n                            \"contact\": {\n                                \"phone\": \"919122343344\"\n                            }\n                        },\n                        \"billing\": {\n                            \"name\": \"Abee\",\n                            \"phone\": \"9191223433\",\n                            \"address\": \"Bengaluru, Bengaluru Urban, Bangalore Division, Karnataka\",\n                            \"email\": \"testemail1@mailinator.com\",\n                            \"city\": {\n                                \"name\": \"Gangamuthanahalli\"\n                            },\n                            \"state\": {\n                                \"name\": \"Karnataka\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/init",
                  "host": ["{{base_url}}"],
                  "path": ["init"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "X-Powered-By",
                  "value": "Express"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "Content-Length",
                  "value": "3684"
                },
                {
                  "key": "ETag",
                  "value": "W/\"e64-jmW+00dcxzP1Be0fWGJA7jeK/+w\""
                },
                {
                  "key": "Date",
                  "value": "Tue, 19 Dec 2023 09:57:13 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=5"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"action\": \"on_init\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"IND\"\n                    },\n                    \"city\": {\n                        \"code\": \"std:080\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"7cb8ce66-4d9a-4f8c-a0d7-23fb5aac7d40\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-19T09:57:08.163Z\"\n            },\n            \"message\": {\n                \"order\": {\n                    \"type\": \"DEFAULT\",\n                    \"provider\": {\n                        \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\",\n                        \"name\": \"Venky.Mahadevan@Bazaar\"\n                    },\n                    \"items\": {\n                        \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                        \"name\": \"Isothermal Stainless Steel Hiking Flask MH500 Yellow - Water bottle\",\n                        \"short_desc\": \"InstaCuppa Stainless Steel Thermos Flask Water Bottle with Sports Sipper Lid, Double Walled Vacuum Insulation\",\n                        \"long_desc\": \"<div> <ul> <li>ULTRA MODERN DESIGN - Our thermos bottle is crafted with a unique and modern design. Gone are the days of old and boring flasks. Guaranteed to impress your colleagues, friends & family.</li> <li>ADVANCED TEMPERATURE CONTROL – A double-wall, vacuum-insulated design helps lock in heat for up to 12 hours and cold for up to 24!</li> <li>ELIMINATES CONDENSATION – Offering improved grip and control, these innovative dual-layer bottles offer a slip-resistant surface that’s free of sweat and condensation..</li> <li>LEAK-PROOF and ECO-FRIENDLY – Remove, and clean, the large, screw on lid provides faster access to water inside and won’t spill a drop even when it’s tipped upside or put in your gym bag.</li> <li>The distress quilted jacket is a versatile fashion choice you can wear on any occasion. A style essential piece for Women which will reveal your strong sense of personality</li> </ul> <div> <p><b>Product Details</b></p> <ul> <li>Advanced Temperature Retention.This thermos water bottle ensures your beverages will remain hot or cold for a long time.Hot for up to 12 hours.Cold for up to 24 hours.</li> <li>Retains Original Flavors.Vacuum insulation ensures this travel thermos water bottle is airtight and retains the original flavor of your beverages.Also, this bottle is B.P.A Free.</li> <li>Premium Quality Materials.This stylish bottle is a double-walled vacuum insulated and made from premium 304-grade stainless steel - which makes this flask bottle.</li> </ul> </div>\",\n                        \"price\": {\n                            \"listed_value\": \"1200.0\",\n                            \"currency\": \"INR\",\n                            \"value\": \"1200.0\"\n                        }\n                    },\n                    \"fulfillments\": [\n                        {\n                            \"type\": \"Delivery\",\n                            \"stops\": [\n                                {\n                                    \"location\": {\n                                        \"gps\": \"13.2008459,77.708736\",\n                                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                                        \"city\": {\n                                            \"name\": \"Gangamuthanahalli\"\n                                        },\n                                        \"state\": {\n                                            \"name\": \"Karnataka\"\n                                        },\n                                        \"country\": {\n                                            \"code\": \"IND\"\n                                        },\n                                        \"area_code\": \"75001\"\n                                    },\n                                    \"contact\": {\n                                        \"phone\": \"919246394908\",\n                                        \"email\": \"nc.rehman@gmail.com\"\n                                    }\n                                }\n                            ],\n                            \"customer\": {\n                                \"person\": {\n                                    \"name\": \"Motiur Rehman\"\n                                },\n                                \"contact\": {\n                                    \"phone\": \"919122343344\"\n                                }\n                            },\n                            \"tracking\": false\n                        }\n                    ],\n                    \"quote\": {\n                        \"price\": {\n                            \"currency\": \"INR\",\n                            \"value\": \"1500.0\"\n                        },\n                        \"breakup\": [\n                            {\n                                \"title\": \"base-price\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"1200.0\"\n                                }\n                            },\n                            {\n                                \"title\": \"taxes\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"300.0\"\n                                }\n                            }\n                        ]\n                    },\n                    \"billing\": {\n                        \"name\": \"Motiur Rehman\",\n                        \"phone\": \"9191223433\",\n                        \"email\": \"nc.rehman@gmail.com\",\n                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                        \"city\": {\n                            \"name\": \"Gangamuthanahalli\"\n                        },\n                        \"state\": {\n                            \"name\": \"Karnataka\"\n                        }\n                    },\n                    \"payments\": [\n                        {\n                            \"status\": \"NOT-PAID\",\n                            \"type\": \"PRE-FULFILLMENT\",\n                            \"params\": {\n                                \"amount\": \"1500\",\n                                \"currency\": \"INR\",\n                                \"bank_code\": \"INB0004321\",\n                                \"bank_account_number\": \"1234002341\"\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Confirm",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"07220b3e-9598-4821-9a9a-dfe8168c1440\",\n                \"bpp_id\": \"{{bpp_vendure_id}}\",\n                \"bpp_uri\": \"{{bpp_vendure_uri}}\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"provider\": {\n                            \"id\": \"insta-shop\"\n                        },\n                        \"items\": [\n                            {\n                                \"id\": \"36\",\n                                \"quantity\": {\n                                    \"selected\": {\n                                        \"count\": 1\n                                    }\n                                }\n                            }\n                        ],\n                        \"fulfillments\": [\n                            {\n                                \"id\": \"4\",\n                                \"type\": \"standard\",\n                                \"stops\": [\n                                    {\n                                        \"location\": {\n                                            \"gps\": \"28.6805926,77.4587239\",\n                                            \"address\": \"15 Rue du Soleil, Paris, France\",\n                                            \"city\": {\n                                                \"name\": \"Ghaziabad\"\n                                            },\n                                            \"state\": {\n                                                \"name\": \"Uttar Pradesh\"\n                                            },\n                                            \"country\": {\n                                                \"code\": \"IND\"\n                                            },\n                                            \"area_code\": \"201002\"\n                                        },\n                                        \"contact\": {\n                                            \"phone\": \"0612345678\",\n                                            \"email\": \"antoine.dubois@gmail.com\"\n                                        }\n                                    }\n                                ],\n                                \"tracking\": false\n                            }\n                        ],\n                        \"billing\": {\n                            \"name\": \"Antoine Dubois\",\n                            \"phone\": \"0612345678\",\n                            \"email\": \"antoine.dubois@gmail.com\",\n                            \"address\": \"15 Rue du Soleil, Paris, France\",\n                            \"city\": {\n                                \"name\": \"Ghaziabad\"\n                            },\n                            \"state\": {\n                                \"name\": \"Uttar Pradesh\"\n                            }\n                        },\n                        \"payments\": [\n                            {\n                                \"id\": \"4\",\n                                \"params\": {\n                                    \"amount\": \"677.50\",\n                                    \"currency\": \"INR\"\n                                },\n                                \"status\": \"PAID\",\n                                \"type\": \"ON-FULFILLMENT\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/confirm",
              "host": ["{{base_url}}"],
              "path": ["confirm"]
            }
          },
          "response": [
            {
              "name": "Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"provider\": {\n                            \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\"\n                        },\n                        \"fulfillments\": [\n                            {\n                                \"type\": \"Delivery\",\n                                \"customer\": {\n                                    \"person\": {\n                                        \"name\": \"Jane Doe\"\n                                    },\n                                    \"contact\": {\n                                        \"phone\": \"+91-9663088848\"\n                                    }\n                                },\n                                \"stops\": [\n                                    {\n                                        \"location\": {\n                                            \"gps\": \"13.2008459,77.708736\",\n                                            \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                                            \"city\": {\n                                                \"name\": \"Gangamuthanahalli\"\n                                            },\n                                            \"state\": {\n                                                \"name\": \"Karnataka\"\n                                            },\n                                            \"country\": {\n                                                \"code\": \"IND\"\n                                            },\n                                            \"area_code\": \"75001\"\n                                        },\n                                        \"contact\": {\n                                            \"phone\": \"919246394908\",\n                                            \"email\": \"nc.rehman@gmail.com\"\n                                        }\n                                    }\n                                ]\n                            }\n                        ],\n                        \"items\": [\n                            {\n                                \"id\": \"cons-01\",\n                                \"selected\": {\n                                    \"quantity\": {\n                                        \"count\": 2\n                                    }\n                                }\n                            }\n                        ],\n                        \"billing\": {\n                            \"name\": \"Rajesh Kumar\",\n                            \"address\": \"Villa 5, Green Valley, Malleshwaram, 560012\",\n                            \"state\": {\n                                \"name\": \"Madhya Pradesh\"\n                            },\n                            \"city\": {\n                                \"name\": \"Bhopal\"\n                            },\n                            \"email\": \"rajesh.kumar@example.com\",\n                            \"phone\": \"+91-9999999999\"\n                        },\n                        \"payments\": [\n                            {\n                                \"params\": {\n                                    \"amount\": \"350\",\n                                    \"currency\": \"INR\",\n                                    \"bank_account_number\": \"1234002341\",\n                                    \"bank_code\": \"INB0004321\"\n                                },\n                                \"status\": \"PAID\",\n                                \"type\": \"PRE-FULFILLMENT\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/confirm",
                  "host": ["{{base_url}}"],
                  "path": ["confirm"]
                }
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Response",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"dhp:pharmacy:0.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"provider\": {\n                            \"id\": \"289edce4-d002-4962-b311-4c025e22b4f6\"\n                        },\n                        \"fulfillments\": [\n                            {\n                                \"id\": \"ful-01\",\n                                \"customer\": {\n                                    \"person\": {\n                                        \"name\": \"Jane Doe\",\n                                        \"age\": \"13\",\n                                        \"gender\": \"female\",\n                                        \"dob\": \"1995-09-11\"\n                                    },\n                                    \"contact\": {\n                                        \"phone\": \"+91-9663088848\",\n                                        \"email\": \"jane.doe@example.com\"\n                                    }\n                                },\n                                \"stops\": [\n                                    {\n                                        \"time\": {\n                                            \"label\": \"Booking Slots\",\n                                            \"range\": {\n                                                \"start\": \"2023-07-16T04:41:16Z\",\n                                                \"end\": \"2023-07-16T04:41:16Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        ],\n                        \"items\": [\n                            {\n                                \"id\": \"cons-01\"\n                            }\n                        ],\n                        \"billing\": {\n                            \"name\": \"Rajesh Kumar\",\n                            \"address\": \"Villa 5, Green Valley, Malleshwaram, 560012\",\n                            \"state\": {\n                                \"name\": \"Madhya Pradesh\"\n                            },\n                            \"city\": {\n                                \"name\": \"Bhopal\"\n                            },\n                            \"email\": \"rajesh.kumar@example.com\",\n                            \"phone\": \"+91-9999999999\"\n                        },\n                        \"payments\": [\n                            {\n                                \"collected_by\": \"BPP\",\n                                \"params\": {\n                                    \"amount\": \"350\",\n                                    \"currency\": \"INR\",\n                                    \"bank_account_number\": \"1234002341\",\n                                    \"bank_code\": \"INB0004321\",\n                                    \"bank_account_name\": \"Strapi BPP Limited\"\n                                },\n                                \"status\": \"PAID\",\n                                \"type\": \"PRE-ORDER\",\n                                \"transaction_id\": \"a35b56cf-e5cf-41f1-9b5d-fa99d8d5ac8c\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"dhp:consultation:0.1.0\"\n            },\n            \"message\": {\n                \"orders\": [\n                    {\n                        \"provider\": {\n                            \"id\": \"289edce4-d002-4962-b311-4c025e22b4f6\"\n                        },\n                        \"fulfillments\": [\n                            {\n                                \"id\": \"ful-01\",\n                                \"customer\": {\n                                    \"person\": {\n                                        \"name\": \"Jane Doe\",\n                                        \"age\": \"13\",\n                                        \"gender\": \"female\",\n                                        \"dob\": \"1995-09-11\"\n                                    },\n                                    \"contact\": {\n                                        \"phone\": \"+91-9663088848\",\n                                        \"email\": \"jane.doe@example.com\"\n                                    }\n                                },\n                                \"stops\": [\n                                    {\n                                        \"time\": {\n                                            \"label\": \"Booking Slots\",\n                                            \"range\": {\n                                                \"start\": \"2023-07-16T04:41:16Z\",\n                                                \"end\": \"2023-07-16T04:41:16Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        ],\n                        \"items\": [\n                            {\n                                \"id\": \"cons-01\"\n                            }\n                        ],\n                        \"billing\": {\n                            \"name\": \"Rajesh Kumar\",\n                            \"address\": \"Villa 5, Green Valley, Malleshwaram, 560012\",\n                            \"state\": {\n                                \"name\": \"Madhya Pradesh\"\n                            },\n                            \"city\": {\n                                \"name\": \"Bhopal\"\n                            },\n                            \"email\": \"rajesh.kumar@example.com\",\n                            \"phone\": \"+91-9999999999\"\n                        },\n                        \"payments\": [\n                            {\n                                \"collected_by\": \"BPP\",\n                                \"params\": {\n                                    \"amount\": \"350\",\n                                    \"currency\": \"INR\",\n                                    \"bank_account_number\": \"1234002341\",\n                                    \"bank_code\": \"INB0004321\",\n                                    \"bank_account_name\": \"Strapi BPP Limited\"\n                                },\n                                \"status\": \"PAID\",\n                                \"type\": \"PRE-ORDER\",\n                                \"transaction_id\": \"a35b56cf-e5cf-41f1-9b5d-fa99d8d5ac8c\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/confirm",
                  "host": ["{{base_url}}"],
                  "path": ["confirm"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "name": "Content-Type",
                  "description": "",
                  "type": "text"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"dhp:pharmacy:0.1.0\",\n                \"action\": \"on_confirm\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"name\": \"India\",\n                        \"code\": \"IND\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"5359b2e9-cfdd-40b9-a587-af06660f8ac5\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-08T07:51:37.878Z\"\n            },\n            \"message\": {\n                \"orderId\": \"853c7593-f4bf-4557-8832-118a591787ba\",\n                \"provider\": {\n                    \"id\": \"e92e7a6e-1f20-4a8d-b343-956e0d45a48c\",\n                    \"name\": \"QuickPharma\",\n                    \"short_desc\": \"QuickPharma Pvt Ltd\",\n                    \"images\": [\n                        {\n                            \"url\": \"https://quickPharma.in/images/logo.png\"\n                        }\n                    ]\n                },\n                \"items\": [\n                    {\n                        \"id\": \"fb0999b7-7755-46d6-a2ed-b286b7c98436\",\n                        \"name\": \"Benadryl cough syrup\",\n                        \"code\": \"benadryl\",\n                        \"price\": {\n                            \"value\": \"100\",\n                            \"currency\": \"INR\"\n                        },\n                        \"quantity\": {\n                            \"selected\": {\n                                \"measure\": {\n                                    \"value\": \"2\",\n                                    \"unit\": \"units\"\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"1cef39d8-72d0-46f7-99ca-3f18f4bda8e3\",\n                        \"name\": \"Hycodan\",\n                        \"code\": \"hycodan\",\n                        \"price\": {\n                            \"value\": \"150\",\n                            \"currency\": \"INR\"\n                        },\n                        \"quantity\": {\n                            \"selected\": {\n                                \"measure\": {\n                                    \"value\": \"3\",\n                                    \"unit\": \"units\"\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"fulfillments\": [\n                    {\n                        \"id\": \"ful-02\",\n                        \"type\": \"HOME-DELIVERY\",\n                        \"customer\": {\n                            \"contact\": {\n                                \"email\": \"fox.judie@abc.org\",\n                                \"phone\": \"+91-9999999999\"\n                            },\n                            \"person\": {\n                                \"name\": \"Judie Fox\"\n                            }\n                        },\n                        \"stops\": [\n                            {\n                                \"location\": {\n                                    \"gps\": \"1.3806217468119772, 103.74636438437074\",\n                                    \"address\": \"My House #, My building\",\n                                    \"city\": {\n                                        \"name\": \"Jurong East\"\n                                    },\n                                    \"country\": {\n                                        \"code\": \"SGP\"\n                                    },\n                                    \"area_code\": \"680230\",\n                                    \"state\": {\n                                        \"name\": \"bayern\"\n                                    }\n                                },\n                                \"contact\": {\n                                    \"phone\": \"9886098860\"\n                                }\n                            }\n                        ],\n                        \"state\": {\n                            \"descriptor\": {\n                                \"code\": \"order-confirm\",\n                                \"name\": \"Order has been confirmed\"\n                            }\n                        },\n                        \"tracking\": false\n                    }\n                ],\n                \"quote\": {\n                    \"price\": {\n                        \"value\": \"700\",\n                        \"currency\": \"INR\"\n                    },\n                    \"breakup\": [\n                        {\n                            \"title\": \"Benadryl 2 units\",\n                            \"price\": {\n                                \"currency\": \"INR\",\n                                \"value\": \"200\"\n                            }\n                        },\n                        {\n                            \"title\": \"hycodan 3 units\",\n                            \"price\": {\n                                \"currency\": \"INR\",\n                                \"value\": \"450\"\n                            }\n                        },\n                        {\n                            \"title\": \"delivery charge\",\n                            \"price\": {\n                                \"currency\": \"INR\",\n                                \"value\": \"50\"\n                            }\n                        }\n                    ]\n                },\n                \"billing\": {\n                    \"name\": \"Alice Smith\",\n                    \"address\": \"Apt 303, Maple Towers, Richmond Road, 560001\",\n                    \"state\": {\n                        \"name\": \"Jurong East\"\n                    },\n                    \"city\": {\n                        \"name\": \"Jurong East\"\n                    },\n                    \"email\": \"alice.smith@example.com\",\n                    \"phone\": \"9886098860\"\n                },\n                \"payments\": [\n                    {\n                        \"collected_by\": \"BPP\",\n                        \"params\": {\n                            \"amount\": \"700\",\n                            \"currency\": \"INR\",\n                            \"bank_account_number\": \"1234002341\",\n                            \"bank_code\": \"INB0004321\",\n                            \"bank_account_name\": \"Strapi BPP Limited\"\n                        },\n                        \"status\": \"PAID\",\n                        \"type\": \"PRE-ORDER\",\n                        \"transaction_id\": \"a35b56cf-e5cf-41f1-9b5d-fa99d8d5ac8c\"\n                    }\n                ],\n                \"cancellation_terms\": [\n                    {\n                        \"fulfillment_state\": {\n                            \"descriptor\": {\n                                \"code\": \"in-progress\"\n                            }\n                        },\n                        \"cancellation_fee\": {\n                            \"percentage\": \"30%\"\n                        },\n                        \"external_ref\": {\n                            \"mimetype\": \"text/html\",\n                            \"url\": \"https://quickPharma.in/charge/tnc.html\"\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"context\": {\n                \"domain\": \"dhp:consultation:0.1.0\",\n                \"action\": \"on_confirm\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"name\": \"India\",\n                        \"code\": \"IND\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"64a8534f-502d-4204-9bfa-c54c275fb667\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-08T07:51:37.517Z\"\n            },\n            \"message\": {\n                \"orderId\": \"759b905c-5a30-4d18-a6af-0decbac9282f\",\n                \"provider\": {\n                    \"id\": \"289edce4-d002-4962-b311-4c025e22b4f6\",\n                    \"name\": \"Max Hospitals\",\n                    \"short_desc\": \"Max Hospitals Pvt Ltd\",\n                    \"images\": [\n                        {\n                            \"url\": \"https://maxhospitals.in/images/logo.png\"\n                        }\n                    ]\n                },\n                \"items\": {\n                    \"id\": \"cons-01\",\n                    \"name\": \"Orthopedaedic Surgeon\",\n                    \"code\": \"consultation\",\n                    \"short_desc\": \"Orthopaedic Surgeon\",\n                    \"long_desc\": \"Skilled orthopaedic surgeon specializing in diagnosing & treating musculoskeletal conditions using advanced surgical techniques & compassionate care\",\n                    \"price\": {\n                        \"value\": \"300\",\n                        \"currency\": \"INR\"\n                    },\n                    \"time\": {\n                        \"duration\": \"PT30M\"\n                    }\n                },\n                \"fulfillments\": [\n                    {\n                        \"id\": \"ful-01\",\n                        \"type\": \"OPD\",\n                        \"customer\": {\n                            \"person\": {\n                                \"name\": \"Jane Doe\",\n                                \"age\": \"13\",\n                                \"gender\": \"female\",\n                                \"dob\": \"1995-09-11\"\n                            },\n                            \"contact\": {\n                                \"phone\": \"+91-9663088848\",\n                                \"email\": \"jane.doe@example.com\"\n                            }\n                        },\n                        \"state\": {\n                            \"descriptor\": {\n                                \"code\": \"slot-booked\",\n                                \"name\": \"Slot has been Booked\"\n                            }\n                        },\n                        \"agent\": {\n                            \"person\": {\n                                \"id\": \"237402938409485039850935\",\n                                \"name\": \"Dr Asthana\",\n                                \"gender\": \"male\"\n                            }\n                        },\n                        \"stops\": [\n                            {\n                                \"location\": {\n                                    \"gps\": \"12.9164682,77.6089985\",\n                                    \"address\": \"Akashya nagar B17/14\",\n                                    \"state\": {\n                                        \"name\": \"Madhya Pradesh\"\n                                    },\n                                    \"city\": {\n                                        \"name\": \"Bhopal\"\n                                    },\n                                    \"area_code\": \"462001\"\n                                },\n                                \"time\": {\n                                    \"label\": \"Booking Slots\",\n                                    \"range\": {\n                                        \"start\": \"2023-11-04T10:00:00.00Z\",\n                                        \"end\": \"2023-11-04T10:30:00.00Z\"\n                                    }\n                                }\n                            }\n                        ],\n                        \"tracking\": false\n                    }\n                ],\n                \"quote\": {\n                    \"price\": {\n                        \"value\": \"350\",\n                        \"currency\": \"INR\"\n                    },\n                    \"breakup\": [\n                        {\n                            \"title\": \"General Physician Consultation\",\n                            \"price\": {\n                                \"currency\": \"INR\",\n                                \"value\": \"300\"\n                            }\n                        },\n                        {\n                            \"title\": \"Slot surcharge\",\n                            \"price\": {\n                                \"currency\": \"INR\",\n                                \"value\": \"50\"\n                            }\n                        }\n                    ]\n                },\n                \"billing\": {\n                    \"name\": \"Rajesh Kumar\",\n                    \"address\": \"Villa 5, Green Valley, Malleshwaram, 560012\",\n                    \"state\": {\n                        \"name\": \"Madhya Pradesh\"\n                    },\n                    \"city\": {\n                        \"name\": \"Bhopal\"\n                    },\n                    \"email\": \"rajesh.kumar@example.com\",\n                    \"phone\": \"+91-9999999999\"\n                },\n                \"payments\": [\n                    {\n                        \"collected_by\": \"BPP\",\n                        \"params\": {\n                            \"amount\": \"350\",\n                            \"currency\": \"INR\",\n                            \"bank_account_number\": \"1234002341\",\n                            \"bank_code\": \"INB0004321\",\n                            \"bank_account_name\": \"Strapi BPP Limited\"\n                        },\n                        \"status\": \"PAID\",\n                        \"type\": \"PRE-ORDER\",\n                        \"transaction_id\": \"a35b56cf-e5cf-41f1-9b5d-fa99d8d5ac8c\"\n                    }\n                ],\n                \"cancellation_terms\": [\n                    {\n                        \"reason_required\": true,\n                        \"cancellation_fee\": {\n                            \"amount\": {\n                                \"currency\": \"EUR\",\n                                \"value\": \"100\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Status",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"07220b3e-9598-4821-9a9a-dfe8168c1440\",\n                \"bpp_id\": \"{{bpp_vendure_id}}\",\n                \"bpp_uri\": \"{{bpp_vendure_uri}}\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"order_id\": \"8045e677548456ec4f1f1866d5a7c43a81b6b09663f9fbecb93d2d85645c847e\"\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/status",
              "host": ["{{base_url}}"],
              "path": ["status"]
            }
          },
          "response": [
            {
              "name": "Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"order_id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\"\n            }\n        },\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"order_id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\"\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/status",
                  "host": ["{{base_url}}"],
                  "path": ["status"]
                }
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Response",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"order_id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\"\n            }\n        },\n        {\n            \"context\": {\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"order_id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\"\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/status",
                  "host": ["{{base_url}}"],
                  "path": ["status"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "X-Powered-By",
                  "value": "Express"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "Content-Length",
                  "value": "7876"
                },
                {
                  "key": "ETag",
                  "value": "W/\"1ec4-14oF13LkprhYRjDQjYcOnzJhpp4\""
                },
                {
                  "key": "Date",
                  "value": "Tue, 19 Dec 2023 10:02:36 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=5"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"action\": \"on_status\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"IND\"\n                    },\n                    \"city\": {\n                        \"code\": \"std:080\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"4e85eece-43e4-4077-bae2-fadc060450d0\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-19T10:02:30.410Z\"\n            },\n            \"message\": {\n                \"order\": {\n                    \"id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\",\n                    \"provider\": {\n                        \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\",\n                        \"name\": \"Venky.Mahadevan@Bazaar\"\n                    },\n                    \"items\": {\n                        \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                        \"name\": \"Isothermal Stainless Steel Hiking Flask MH500 Yellow - Water bottle\",\n                        \"short_desc\": \"InstaCuppa Stainless Steel Thermos Flask Water Bottle with Sports Sipper Lid, Double Walled Vacuum Insulation\",\n                        \"long_desc\": \"<div> <ul> <li>ULTRA MODERN DESIGN - Our thermos bottle is crafted with a unique and modern design. Gone are the days of old and boring flasks. Guaranteed to impress your colleagues, friends & family.</li> <li>ADVANCED TEMPERATURE CONTROL – A double-wall, vacuum-insulated design helps lock in heat for up to 12 hours and cold for up to 24!</li> <li>ELIMINATES CONDENSATION – Offering improved grip and control, these innovative dual-layer bottles offer a slip-resistant surface that’s free of sweat and condensation..</li> <li>LEAK-PROOF and ECO-FRIENDLY – Remove, and clean, the large, screw on lid provides faster access to water inside and won’t spill a drop even when it’s tipped upside or put in your gym bag.</li> <li>The distress quilted jacket is a versatile fashion choice you can wear on any occasion. A style essential piece for Women which will reveal your strong sense of personality</li> </ul> <div> <p><b>Product Details</b></p> <ul> <li>Advanced Temperature Retention.This thermos water bottle ensures your beverages will remain hot or cold for a long time.Hot for up to 12 hours.Cold for up to 24 hours.</li> <li>Retains Original Flavors.Vacuum insulation ensures this travel thermos water bottle is airtight and retains the original flavor of your beverages.Also, this bottle is B.P.A Free.</li> <li>Premium Quality Materials.This stylish bottle is a double-walled vacuum insulated and made from premium 304-grade stainless steel - which makes this flask bottle.</li> </ul> </div>\",\n                        \"price\": {\n                            \"listed_value\": \"1200.0\",\n                            \"currency\": \"INR\",\n                            \"value\": \"1200.0\"\n                        }\n                    },\n                    \"fulfillments\": [\n                        {\n                            \"type\": \"Delivery\",\n                            \"stops\": [\n                                {\n                                    \"location\": {\n                                        \"gps\": \"13.2008459,77.708736\",\n                                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                                        \"city\": {\n                                            \"name\": \"Gangamuthanahalli\"\n                                        },\n                                        \"state\": {\n                                            \"name\": \"Karnataka\"\n                                        },\n                                        \"country\": {\n                                            \"code\": \"IND\"\n                                        },\n                                        \"area_code\": \"75001\"\n                                    },\n                                    \"contact\": {\n                                        \"phone\": \"919246394908\",\n                                        \"email\": \"nc.rehman@gmail.com\"\n                                    }\n                                }\n                            ],\n                            \"customer\": {\n                                \"person\": {\n                                    \"name\": \"Motiur Rehman\"\n                                },\n                                \"contact\": {\n                                    \"phone\": \"919122343344\"\n                                }\n                            },\n                            \"state\": {\n                                \"descriptor\": {\n                                    \"code\": \"PACKING\",\n                                    \"short_desc\": \"Order is getting packed ...\"\n                                },\n                                \"updated_at\": \"2023-05-26T05:23:04.443Z\"\n                            },\n                            \"tracking\": false\n                        }\n                    ],\n                    \"quote\": {\n                        \"price\": {\n                            \"currency\": \"INR\",\n                            \"value\": \"1500.0\"\n                        },\n                        \"breakup\": [\n                            {\n                                \"title\": \"base-price\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"1200.0\"\n                                }\n                            },\n                            {\n                                \"title\": \"taxes\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"300.0\"\n                                }\n                            }\n                        ]\n                    },\n                    \"billing\": {\n                        \"name\": \"Motiur Rehman\",\n                        \"phone\": \"9191223433\",\n                        \"email\": \"nc.rehman@gmail.com\",\n                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                        \"city\": {\n                            \"name\": \"Gangamuthanahalli\"\n                        },\n                        \"state\": {\n                            \"name\": \"Karnataka\"\n                        }\n                    },\n                    \"payments\": [\n                        {\n                            \"status\": \"NOT-PAID\",\n                            \"type\": \"PRE-FULFILLMENT\",\n                            \"params\": {\n                                \"amount\": \"1500\",\n                                \"currency\": \"INR\",\n                                \"bank_code\": \"INB0004321\",\n                                \"bank_account_number\": \"1234002341\"\n                            }\n                        }\n                    ],\n                    \"cancellation_terms\": [\n                        {\n                            \"cancellation_fee\": {\n                                \"amount\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"100\"\n                                }\n                            }\n                        }\n                    ],\n                    \"type\": \"DEFAULT\"\n                }\n            }\n        },\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"action\": \"on_status\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"IND\"\n                    },\n                    \"city\": {\n                        \"code\": \"std:080\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"eed96a3f-c780-4157-a219-09ff871ee56c\",\n                \"message_id\": \"940221e6-c1b4-4d0f-8272-18f520ec9a7d\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-19T10:02:30.649Z\"\n            },\n            \"message\": {\n                \"order\": {\n                    \"id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\",\n                    \"provider\": {\n                        \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\",\n                        \"name\": \"Venky.Mahadevan@Bazaar\"\n                    },\n                    \"items\": {\n                        \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                        \"name\": \"Isothermal Stainless Steel Hiking Flask MH500 Yellow - Water bottle\",\n                        \"short_desc\": \"InstaCuppa Stainless Steel Thermos Flask Water Bottle with Sports Sipper Lid, Double Walled Vacuum Insulation\",\n                        \"long_desc\": \"<div> <ul> <li>ULTRA MODERN DESIGN - Our thermos bottle is crafted with a unique and modern design. Gone are the days of old and boring flasks. Guaranteed to impress your colleagues, friends & family.</li> <li>ADVANCED TEMPERATURE CONTROL – A double-wall, vacuum-insulated design helps lock in heat for up to 12 hours and cold for up to 24!</li> <li>ELIMINATES CONDENSATION – Offering improved grip and control, these innovative dual-layer bottles offer a slip-resistant surface that’s free of sweat and condensation..</li> <li>LEAK-PROOF and ECO-FRIENDLY – Remove, and clean, the large, screw on lid provides faster access to water inside and won’t spill a drop even when it’s tipped upside or put in your gym bag.</li> <li>The distress quilted jacket is a versatile fashion choice you can wear on any occasion. A style essential piece for Women which will reveal your strong sense of personality</li> </ul> <div> <p><b>Product Details</b></p> <ul> <li>Advanced Temperature Retention.This thermos water bottle ensures your beverages will remain hot or cold for a long time.Hot for up to 12 hours.Cold for up to 24 hours.</li> <li>Retains Original Flavors.Vacuum insulation ensures this travel thermos water bottle is airtight and retains the original flavor of your beverages.Also, this bottle is B.P.A Free.</li> <li>Premium Quality Materials.This stylish bottle is a double-walled vacuum insulated and made from premium 304-grade stainless steel - which makes this flask bottle.</li> </ul> </div>\",\n                        \"price\": {\n                            \"listed_value\": \"1200.0\",\n                            \"currency\": \"INR\",\n                            \"value\": \"1200.0\"\n                        }\n                    },\n                    \"fulfillments\": [\n                        {\n                            \"type\": \"Delivery\",\n                            \"stops\": [\n                                {\n                                    \"location\": {\n                                        \"gps\": \"13.2008459,77.708736\",\n                                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                                        \"city\": {\n                                            \"name\": \"Gangamuthanahalli\"\n                                        },\n                                        \"state\": {\n                                            \"name\": \"Karnataka\"\n                                        },\n                                        \"country\": {\n                                            \"code\": \"IND\"\n                                        },\n                                        \"area_code\": \"75001\"\n                                    },\n                                    \"contact\": {\n                                        \"phone\": \"919246394908\",\n                                        \"email\": \"nc.rehman@gmail.com\"\n                                    }\n                                }\n                            ],\n                            \"customer\": {\n                                \"person\": {\n                                    \"name\": \"Motiur Rehman\"\n                                },\n                                \"contact\": {\n                                    \"phone\": \"919122343344\"\n                                }\n                            },\n                            \"state\": {\n                                \"descriptor\": {\n                                    \"code\": \"PACKING\",\n                                    \"short_desc\": \"Order is getting packed ...\"\n                                },\n                                \"updated_at\": \"2023-05-26T05:23:04.443Z\"\n                            },\n                            \"tracking\": false\n                        }\n                    ],\n                    \"quote\": {\n                        \"price\": {\n                            \"currency\": \"INR\",\n                            \"value\": \"1500.0\"\n                        },\n                        \"breakup\": [\n                            {\n                                \"title\": \"base-price\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"1200.0\"\n                                }\n                            },\n                            {\n                                \"title\": \"taxes\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"300.0\"\n                                }\n                            }\n                        ]\n                    },\n                    \"billing\": {\n                        \"name\": \"Motiur Rehman\",\n                        \"phone\": \"9191223433\",\n                        \"email\": \"nc.rehman@gmail.com\",\n                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                        \"city\": {\n                            \"name\": \"Gangamuthanahalli\"\n                        },\n                        \"state\": {\n                            \"name\": \"Karnataka\"\n                        }\n                    },\n                    \"payments\": [\n                        {\n                            \"status\": \"NOT-PAID\",\n                            \"type\": \"PRE-FULFILLMENT\",\n                            \"params\": {\n                                \"amount\": \"1500\",\n                                \"currency\": \"INR\",\n                                \"bank_code\": \"INB0004321\",\n                                \"bank_account_number\": \"1234002341\"\n                            }\n                        }\n                    ],\n                    \"cancellation_terms\": [\n                        {\n                            \"cancellation_fee\": {\n                                \"amount\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"100\"\n                                }\n                            }\n                        }\n                    ],\n                    \"type\": \"DEFAULT\"\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Cancel",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"transaction_id\": \"07220b3e-9598-4821-9a9a-dfe8168c1440\",\n               \"bpp_id\": \"{{bpp_vendure_id}}\",\n                \"bpp_uri\": \"{{bpp_vendure_uri}}\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"order_id\": \"8045e677548456ec4f1f1866d5a7c43a81b6b09663f9fbecb93d2d85645c847e\",\n                \"cancellation_reason_id\": \"4\",\n                \"descriptor\": {\n                    \"short_desc\": \"Merchant is taking too long\"\n                }\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/cancel",
              "host": ["{{base_url}}"],
              "path": ["cancel"]
            }
          },
          "response": [
            {
              "name": "Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"context\": {\n        \"transaction_id\": \"0bbd82ce-5a21-4e26-b402-1c1f9d954fee\",\n        \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n        \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io/\",\n        \"domain\": \"retail:1.1.0\"\n    },\n    \"message\": {\n        \"order_id\": \"853c7593-f4bf-4557-8832-118a591787ba\",\n        \"cancellation_reason_id\": \"4\",\n        \"descriptor\": {\n            \"short_desc\": \"Prescription Changed\"\n        }\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/cancel",
                  "host": ["{{base_url}}"],
                  "path": ["cancel"]
                }
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Response",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"context\": {\n        \"transaction_id\": \"0bbd82ce-5a21-4e26-b402-1c1f9d954fee\",\n        \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n        \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io/\",\n        \"domain\": \"retail:1.1.0\"\n    },\n    \"message\": {\n        \"order_id\": \"853c7593-f4bf-4557-8832-118a591787ba\",\n        \"cancellation_reason_id\": \"4\",\n        \"descriptor\": {\n            \"short_desc\": \"Prescription Changed\"\n        }\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/cancel",
                  "host": ["{{base_url}}"],
                  "path": ["cancel"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "X-Powered-By",
                  "value": "Express"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "Content-Length",
                  "value": "3895"
                },
                {
                  "key": "ETag",
                  "value": "W/\"f37-08T6jQ2n/50Hf6C1XHBJ2ISspxs\""
                },
                {
                  "key": "Date",
                  "value": "Tue, 19 Dec 2023 10:07:01 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=5"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"action\": \"on_cancel\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io/\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"IND\"\n                    },\n                    \"city\": {\n                        \"code\": \"std:080\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"0bbd82ce-5a21-4e26-b402-1c1f9d954fee\",\n                \"message_id\": \"954acbd1-090e-4509-a70c-bc5042d69347\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-19T10:06:55.160Z\"\n            },\n            \"message\": {\n                \"order\": {\n                    \"type\": \"DEFAULT\",\n                    \"provider\": {\n                        \"id\": \"./retail.kirana/ind.blr/33@tourism-bpp-infra2.becknprotocol.io.provider\",\n                        \"name\": \"Venky.Mahadevan@Bazaar\"\n                    },\n                    \"items\": {\n                        \"id\": \"./retail.kirana/ind.blr/247@tourism-bpp-infra2.becknprotocol.io.item\",\n                        \"name\": \"Isothermal Stainless Steel Hiking Flask MH500 Yellow - Water bottle\",\n                        \"short_desc\": \"InstaCuppa Stainless Steel Thermos Flask Water Bottle with Sports Sipper Lid, Double Walled Vacuum Insulation\",\n                        \"long_desc\": \"<div> <ul> <li>ULTRA MODERN DESIGN - Our thermos bottle is crafted with a unique and modern design. Gone are the days of old and boring flasks. Guaranteed to impress your colleagues, friends & family.</li> <li>ADVANCED TEMPERATURE CONTROL – A double-wall, vacuum-insulated design helps lock in heat for up to 12 hours and cold for up to 24!</li> <li>ELIMINATES CONDENSATION – Offering improved grip and control, these innovative dual-layer bottles offer a slip-resistant surface that’s free of sweat and condensation..</li> <li>LEAK-PROOF and ECO-FRIENDLY – Remove, and clean, the large, screw on lid provides faster access to water inside and won’t spill a drop even when it’s tipped upside or put in your gym bag.</li> <li>The distress quilted jacket is a versatile fashion choice you can wear on any occasion. A style essential piece for Women which will reveal your strong sense of personality</li> </ul> <div> <p><b>Product Details</b></p> <ul> <li>Advanced Temperature Retention.This thermos water bottle ensures your beverages will remain hot or cold for a long time.Hot for up to 12 hours.Cold for up to 24 hours.</li> <li>Retains Original Flavors.Vacuum insulation ensures this travel thermos water bottle is airtight and retains the original flavor of your beverages.Also, this bottle is B.P.A Free.</li> <li>Premium Quality Materials.This stylish bottle is a double-walled vacuum insulated and made from premium 304-grade stainless steel - which makes this flask bottle.</li> </ul> </div>\",\n                        \"price\": {\n                            \"listed_value\": \"1200.0\",\n                            \"currency\": \"INR\",\n                            \"value\": \"1200.0\"\n                        }\n                    },\n                    \"fulfillments\": [\n                        {\n                            \"type\": \"Delivery\",\n                            \"stops\": [\n                                {\n                                    \"location\": {\n                                        \"gps\": \"13.2008459,77.708736\",\n                                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                                        \"city\": {\n                                            \"name\": \"Gangamuthanahalli\"\n                                        },\n                                        \"state\": {\n                                            \"name\": \"Karnataka\"\n                                        },\n                                        \"country\": {\n                                            \"code\": \"IND\"\n                                        },\n                                        \"area_code\": \"75001\"\n                                    },\n                                    \"contact\": {\n                                        \"phone\": \"919246394908\",\n                                        \"email\": \"nc.rehman@gmail.com\"\n                                    }\n                                }\n                            ],\n                            \"customer\": {\n                                \"person\": {\n                                    \"name\": \"Motiur Rehman\"\n                                },\n                                \"contact\": {\n                                    \"phone\": \"919122343344\"\n                                }\n                            },\n                            \"state\": {\n                                \"descriptor\": {\n                                    \"code\": \"CANCELLED\",\n                                    \"short_desc\": \"Cancelled due to ...\"\n                                },\n                                \"updated_at\": \"2023-05-26T05:23:04.443Z\"\n                            },\n                            \"tracking\": false\n                        }\n                    ],\n                    \"quote\": {\n                        \"price\": {\n                            \"currency\": \"INR\",\n                            \"value\": \"1500.0\"\n                        },\n                        \"breakup\": [\n                            {\n                                \"title\": \"base-price\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"1200.0\"\n                                }\n                            },\n                            {\n                                \"title\": \"taxes\",\n                                \"price\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"300.0\"\n                                }\n                            }\n                        ]\n                    },\n                    \"billing\": {\n                        \"name\": \"Motiur Rehman\",\n                        \"phone\": \"9191223433\",\n                        \"email\": \"nc.rehman@gmail.com\",\n                        \"address\": \"123, Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n                        \"city\": {\n                            \"name\": \"Gangamuthanahalli\"\n                        },\n                        \"state\": {\n                            \"name\": \"Karnataka\"\n                        }\n                    },\n                    \"payments\": [\n                        {\n                            \"status\": \"NOT-PAID\",\n                            \"type\": \"PRE-FULFILLMENT\",\n                            \"params\": {\n                                \"amount\": \"1500\",\n                                \"currency\": \"INR\",\n                                \"bank_code\": \"INB0004321\",\n                                \"bank_account_number\": \"1234002341\"\n                            }\n                        }\n                    ],\n                    \"cancellation_terms\": [\n                        {\n                            \"cancellation_fee\": {\n                                \"amount\": {\n                                    \"currency\": \"INR\",\n                                    \"value\": \"100\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Rating",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"bpp_id\": \"{{bpp_vendure_id}}\",\n                \"bpp_uri\": \"{{bpp_vendure_uri}}\",\n                \"domain\": \"retail:1.1.0\"\n            },\n            \"message\": {\n                \"ratings\": [\n                    {\n                        \"id\": \"3425b2b8b13eb0132cde313de9895916b30eb9fac8df04ce05e3115fe790bccd\",\n                        \"rating_category\": \"Item\",\n                        \"value\": \"4\"\n                    }\n                ]\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/rating",
              "host": ["{{base_url}}"],
              "path": ["rating"]
            }
          },
          "response": [
            {
              "name": "Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"context\": {\n        \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n        \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n        \"domain\": \"retail:1.1.0\"\n    },\n    \"message\": {\n        \"ratings\": [\n            {\n                \"id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\",\n                \"rating_category\": \"Order\",\n                \"value\": \"5\"\n            }\n        ]\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/rating",
                  "host": ["{{base_url}}"],
                  "path": ["rating"]
                }
              },
              "_postman_previewlanguage": "Text",
              "header": [],
              "cookie": [],
              "body": ""
            },
            {
              "name": "Response",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"context\": {\n        \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n        \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n        \"domain\": \"retail:1.1.0\"\n    },\n    \"message\": {\n        \"ratings\": [\n            {\n                \"id\": \"b989c9a9-f603-4d44-b38d-26fd72286b38\",\n                \"rating_category\": \"Order\",\n                \"value\": \"5\"\n            }\n        ]\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/rating",
                  "host": ["{{base_url}}"],
                  "path": ["rating"]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "X-Powered-By",
                  "value": "Express"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "Content-Length",
                  "value": "648"
                },
                {
                  "key": "ETag",
                  "value": "W/\"288-dCF1noGfTlY5wMSmbZkDjv2/Da0\""
                },
                {
                  "key": "Date",
                  "value": "Tue, 19 Dec 2023 10:20:56 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=5"
                }
              ],
              "cookie": [],
              "body": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"action\": \"on_rating\",\n                \"version\": \"1.1.0\",\n                \"bpp_id\": \"beckn-sandbox-bpp.becknprotocol.io\",\n                \"bpp_uri\": \"https://sandbox-bpp-network.becknprotocol.io\",\n                \"country\": \"IND\",\n                \"city\": \"std:080\",\n                \"location\": {\n                    \"country\": {\n                        \"code\": \"IND\"\n                    },\n                    \"city\": {\n                        \"code\": \"std:080\"\n                    }\n                },\n                \"bap_id\": \"ps-bap-network.becknprotocol.io\",\n                \"bap_uri\": \"https://ps-bap-network.becknprotocol.io\",\n                \"transaction_id\": \"9aed4e5c-a905-4d96-8d86-ad019173a72c\",\n                \"message_id\": \"417c20f8-aafc-4f6c-b872-68626fbbd78d\",\n                \"ttl\": \"PT10M\",\n                \"timestamp\": \"2023-12-19T10:20:50.740Z\"\n            },\n            \"message\": {\n                \"feedback_form\": {\n                    \"form\": {\n                        \"url\": \"https://inds-network-bpp.becknprotocol.io/feedback/portal\"\n                    }\n                }\n            }\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Support",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"bpp_id\": \"{{bpp_vendure_id}}\",\n                \"bpp_uri\": \"{{bpp_vendure_uri}}\",\n                \"transaction_id\": \"07220b3e-9598-4821-9a9a-dfe8168c1440\"\n            },\n            \"message\": {\n                \"order_id\": \"8045e677548456ec4f1f1866d5a7c43a81b6b09663f9fbecb93d2d85645c847e\",\n                \"support\": {\n                    \"callback_phone\": \"+91-8858150053\",\n                    \"ref_id\": \"894789-43954\",\n                    \"phone\": \"+91 9988776543\",\n                    \"email\": \"supportperson@gmail.com\"\n                }\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/support",
              "host": ["{{base_url}}"],
              "path": ["support"]
            }
          },
          "response": [
            {
              "name": "Request",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"data\": [\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"bpp_id\": \"farm-fresh-bap-id\",\n                \"bpp_uri\": \"https://4e21-124-123-32-28.ngrok-free.app\",\n                \"transaction_id\": \"8100d125-76a7-4588-88be-81b97657cd09\"\n            },\n            \"message\": {\n                \"support\": {\n                    \"ref_id\": \"894789-43954\",\n                    \"phone\": \"+91 4444444444\",\n                    \"email\": \"me@gmail.com\"\n                }\n            }\n        },\n        {\n            \"context\": {\n                \"domain\": \"retail:1.1.0\",\n                \"bpp_id\": \"farm-fresh-bap-id\",\n                \"bpp_uri\": \"https://4e21-124-123-32-28.ngrok-free.app\",\n                \"transaction_id\": \"8100d125-76a7-4588-88be-81b97657cd09\"\n            },\n            \"message\": {\n                \"support\": {\n                    \"ref_id\": \"894789-43954\",\n                    \"phone\": \"+91 4444444444\",\n                    \"email\": \"me@gmail.com\"\n                }\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/support",
                  "host": ["{{base_url}}"],
                  "path": ["support"]
                }
              },