{"info":{"_postman_id":"ac4755b2-eb00-44a5-8abc-43605b16e716","name":"Order-Nest","description":"<html><head></head><body><p>This collection contains the core API requests needed to interact with the Order-Nest system. It covers user authentication, and order management.</p>\n<ul>\n<li><p><strong>Login user</strong> – Authenticate a user and get access token.</p>\n</li>\n<li><p><strong>Logout user</strong> – Invalidate user session/token.</p>\n</li>\n<li><p><strong>Create an order</strong> – Place a new delivery request.</p>\n</li>\n<li><p><strong>Listing the orders</strong> – Retrieve all orders for the store/user.</p>\n</li>\n<li><p><strong>Cancel order</strong> – Cancel an existing delivery order.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29231217","collectionId":"ac4755b2-eb00-44a5-8abc-43605b16e716","publishedId":"2sB3QCRYoa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-09-23T15:25:48.000Z"},"item":[{"name":"Login User","id":"8eea6f85-2447-4ba5-8c7d-91a5800816a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"01626692265\",\n    \"otp\": \"123456\",\n    \"type\": \"student\",\n    \"vendor\": \"shikho\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shikho.dev/auth/v2/login","description":"<p>API endpoint to <code>Login</code> a user in the system</p>\n<blockquote>\n<p>A successful login will reponse Bearer Token</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["auth","v2","login"],"host":["api","shikho","dev"],"query":[],"variable":[]}},"response":[{"id":"ce5acfe2-b61e-4597-a0e7-faa2b5e6ebeb","name":"Login User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"01901901901@mailinator.com\",\n    \"password\": \"321dsa\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 25 Sep 2025 11:28:52 GMT"},{"key":"Content-Length","value":"639"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 432000,\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIxIiwiZXhwIjoxNzU4ODAwNjMyLCJpYXQiOjE3NTg3OTk3MzIsImp0aSI6Ijk1OGVkNjBjLTJlYjgtNDUyNC1iMDhlLTgyY2U3YjJjYTk1NiIsIm5hbWUiOiIwMTkwMTkwMTkwMUBtYWlsaW5hdG9yLmNvbSIsInRva2VuX3R5cGUiOiJhY2Nlc3MifQ.0gN5xn1kNyaxlMURjgL5Wh3zjbjkzVRJRqIgQXqW5RY\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIxIiwiZXhwIjoxNzU5MjMxNzMyLCJpYXQiOjE3NTg3OTk3MzIsImp0aSI6Ijk1OGVkNjBjLTJlYjgtNDUyNC1iMDhlLTgyY2U3YjJjYTk1NiIsIm5hbWUiOiIwMTkwMTkwMTkwMUBtYWlsaW5hdG9yLmNvbSIsInRva2VuX3R5cGUiOiJyZWZyZXNoIn0.zbuKAcPXxPeDD3xjh6mjtnz0OapbgsZnLUUAsHF35oc\"\n}"}],"_postman_id":"8eea6f85-2447-4ba5-8c7d-91a5800816a0"},{"name":"Create Order","id":"10b498ae-b85d-460b-8485-51145e20563b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_id\": 131172,\n    \"merchant_order_id\": \"1444498\",\n    \"recipient_name\": \"Karim\",\n    \"recipient_phone\": \"01626692267\",\n    \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n    \"recipient_city\": 1,\n    \"recipient_zone\": 1,\n    \"recipient_area\": 1,\n    \"delivery_type\": 48,\n    \"item_type\": 2,\n    \"special_instruction\": \"Call before delivery\",\n    \"item_quantity\": 1,\n    \"item_weight\": 0.5,\n    \"amount_to_collect\": 1200,\n    \"item_description\": \"Books\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders","description":"<p>API endpoint to <code>Create Order</code> a user in the system</p>\n<blockquote>\n<p>A successful Create Order will result in HTTP 201 Status code</p>\n</blockquote>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e141ee2-5763-4037-9cf8-561d03cbb8b4","name":"error: recipient area is required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_id\": 131172,\n    \"merchant_order_id\": \"1134498\",\n    \"recipient_name\": \"Saiful\",\n    \"recipient_phone\": \"01626692265\",\n    \"recipient_address\": \"Kuril Chowrasta, Vatara, Dhaka, Bangladesh\",\n    \"recipient_city\": 1,\n    \"recipient_zone\": 1,\n    \n    \"delivery_type\": 48,\n    \"item_type\": 2,\n    \"special_instruction\": \"Call before delivery\",\n    \"item_quantity\": 1,\n    \"item_weight\": 0.5,\n    \"amount_to_collect\": 1300,\n    \"item_description\": \"Books\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Sep 2025 14:47:29 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please fix the given errors\",\n    \"type\": \"error\",\n    \"code\": 422,\n    \"errors\": {\n        \"recipient_area\": [\n            \"The recipient area field is required.\"\n        ]\n    }\n}"},{"id":"0a54bb12-2d00-4279-87bf-7c64faae7696","name":"error: recipient city field is required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_id\": 131172,\n    \"merchant_order_id\": \"1134498\",\n    \"recipient_name\": \"Saiful\",\n    \"recipient_phone\": \"01626692265\",\n    \"recipient_address\": \"Kuril Chowrasta, Vatara, Dhaka, Bangladesh\",\n    \"recipient_zone\": 1,\n    \"recipient_area\": 1,\n    \"delivery_type\": 48,\n    \"item_type\": 2,\n    \"special_instruction\": \"Call before delivery\",\n    \"item_quantity\": 1,\n    \"item_weight\": 0.5,\n    \"amount_to_collect\": 1300,\n    \"item_description\": \"Books\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Sep 2025 14:48:34 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please fix the given errors\",\n    \"type\": \"error\",\n    \"code\": 422,\n    \"errors\": {\n        \"recipient_city\": [\n            \"The recipient city field is required.\"\n        ]\n    }\n}"},{"id":"2db67a52-09cc-4bca-9513-7b567fa9fd1e","name":"error: Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_id\": 132172,\n    \"merchant_order_id\": \"1444498\",\n    \"recipient_name\": \"Karim\",\n    \"recipient_phone\": \"01626692267\",\n    \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n    \"recipient_zone\": 2,\n    \"recipient_area\": 3,\n    \"delivery_type\": 48,\n    \"item_type\": 2,\n    \"special_instruction\": \"Call before delivery\",\n    \"item_quantity\": 2,\n    \"item_weight\": 0.5,\n    \"amount_to_collect\": 1200,\n    \"item_description\": \"Books\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Sep 2025 14:53:43 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\",\n    \"type\": \"error\",\n    \"code\": 401\n}"},{"id":"d1a94bb1-c04c-4eed-ba64-862df65e00e0","name":"Create Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_id\": 131172,\n    \"merchant_order_id\": \"1444498\",\n    \"recipient_name\": \"Karim\",\n    \"recipient_phone\": \"01626692267\",\n    \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n    \"recipient_city\": 1,\n    \"recipient_zone\": 1,\n    \"recipient_area\": 1,\n    \"delivery_type\": 48,\n    \"item_type\": 2,\n    \"special_instruction\": \"Call before delivery\",\n    \"item_quantity\": 1,\n    \"item_weight\": 0.5,\n    \"amount_to_collect\": 1200,\n    \"item_description\": \"Books\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 25 Sep 2025 11:29:11 GMT"},{"key":"Content-Length","value":"206"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"consignment_id\": \"b54bb151-7cc9-4724-974f-765e15476385\",\n        \"merchant_order_id\": \"1444498\",\n        \"order_status\": \"Pending\",\n        \"delivery_fee\": 60\n    },\n    \"message\": \"Order Created Successfully\",\n    \"type\": \"success\"\n}"}],"_postman_id":"10b498ae-b85d-460b-8485-51145e20563b"},{"name":"List Order","id":"35167078-dc50-47ed-a6ed-0ea368266d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/orders/all?limit1&page1&transfer_status=1&archive=0","description":"<p>API endpoint to get <code>List Order</code>. To do so we need to login first to get the auth token then add authorization type Bearer Token and place the token.</p>\n<blockquote>\n<p>The result will be JSON for list of orders with status code 200</p>\n</blockquote>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders","all"],"host":["localhost"],"query":[{"key":"limit1","value":null},{"key":"page1","value":null},{"key":"transfer_status","value":"1"},{"key":"archive","value":"0"}],"variable":[]}},"response":[{"id":"3cdb3f0b-9f51-4a4b-8b28-a0e83d4915c5","name":"List Order Example 1","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/orders/all?limit1&page1&transfer_status=1&archive=0","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","orders","all"],"query":[{"key":"limit1","value":null},{"key":"page1","value":null},{"key":"transfer_status","value":"1"},{"key":"archive","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 25 Sep 2025 11:29:40 GMT"},{"key":"Content-Length","value":"775"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"data\": [\n            {\n                \"order_consignment_id\": \"b54bb151-7cc9-4724-974f-765e15476385\",\n                \"order_created_at\": \"2025-09-25T11:29:11.42301Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-25T11:29:11.42301Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            }\n        ],\n        \"total\": 1,\n        \"current_page\": 1,\n        \"per_page\": 10,\n        \"total_in_page\": 1,\n        \"last_page\": 1\n    },\n    \"message\": \"Orders successfully fetched.\",\n    \"type\": \"success\"\n}"},{"id":"60452b24-3216-49d2-b5ff-d51efdd0be4c","name":"List Order Example 2","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/orders/all?limit1&page1&transfer_status=1&archive=0","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","orders","all"],"query":[{"key":"limit1","value":null},{"key":"page1","value":null},{"key":"transfer_status","value":"1"},{"key":"archive","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Sep 2025 15:03:10 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"data\": [\n            {\n                \"order_consignment_id\": \"af76f085-fbd3-40c3-a563-0e8598ba046f\",\n                \"order_created_at\": \"2025-09-23T14:46:09.211758Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1134498\",\n                \"recipient_name\": \"Saiful\",\n                \"recipient_address\": \"Kuril Chowrasta, Vatara, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692265\",\n                \"order_amount\": 1300,\n                \"total_fee\": 73,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 13,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T14:46:09.211758Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"8335637a-930e-4bf3-a3d7-c81435ab9c6e\",\n                \"order_created_at\": \"2025-09-23T15:02:03.876557Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:02:03.876557Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"37d1599f-6b95-412c-bbe4-00dfee4920d8\",\n                \"order_created_at\": \"2025-09-23T15:02:53.697988Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:02:53.697988Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"a62c93d9-fcbc-4274-92c2-e7f00d0558b7\",\n                \"order_created_at\": \"2025-09-23T15:02:59.711109Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:02:59.711109Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"b9338176-ee73-442a-99a9-136725e0a85b\",\n                \"order_created_at\": \"2025-09-23T15:03:00.518326Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:03:00.518327Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"11565305-3240-48a8-a275-87a7b263cf7b\",\n                \"order_created_at\": \"2025-09-23T15:03:01.98005Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:03:01.98005Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"a5be50e7-4559-433c-8f2d-b42f0575120f\",\n                \"order_created_at\": \"2025-09-23T15:03:02.557343Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:03:02.557343Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"23d705d4-eb72-4ae0-8449-4da818baf476\",\n                \"order_created_at\": \"2025-09-23T15:03:02.858686Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:03:02.858686Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            },\n            {\n                \"order_consignment_id\": \"8d175a5e-1132-49f8-871f-cde64ce05459\",\n                \"order_created_at\": \"2025-09-23T15:03:04.004019Z\",\n                \"order_description\": \"Books\",\n                \"merchant_order_id\": \"1444498\",\n                \"recipient_name\": \"Karim\",\n                \"recipient_address\": \"Jamuna Future Park, Dhaka, Bangladesh\",\n                \"recipient_phone\": \"01626692267\",\n                \"order_amount\": 1200,\n                \"total_fee\": 72,\n                \"instruction\": \"Call before delivery\",\n                \"order_type_id\": 1,\n                \"cod_fee\": 12,\n                \"promo_discount\": 0,\n                \"discount\": 0,\n                \"delivery_fee\": 60,\n                \"order_status\": \"Pending\",\n                \"order_type\": \"Delivery\",\n                \"item_type\": \"Parcel\",\n                \"transfer_status\": 1,\n                \"archive\": 0,\n                \"updated_at\": \"2025-09-23T15:03:04.00402Z\",\n                \"created_by\": 1,\n                \"updated_by\": 1\n            }\n        ],\n        \"total\": 9,\n        \"current_page\": 1,\n        \"per_page\": 10,\n        \"total_in_page\": 9,\n        \"last_page\": 1\n    },\n    \"message\": \"Orders successfully fetched\",\n    \"type\": \"success\"\n}"}],"_postman_id":"35167078-dc50-47ed-a6ed-0ea368266d14"},{"name":"Cancel Order","id":"0a903e62-9a74-4478-a264-7d25e9d0ac55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/{{CONSIGNMENT_ID}}/cancel","description":"<p>API endpoint to <code>Cancel Order</code> by <code>CONSIGNMENT_ID</code> from the system. (Auth Token Required)</p>\n<blockquote>\n<p>A successful cancel order will result in HTTP 200 Status code</p>\n</blockquote>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders","{{CONSIGNMENT_ID}}","cancel"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d69eb482-46fb-40e2-bece-67ee2da053bc","name":"Cancel Order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/{{CONSIGNMENT_ID}}/cancel"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 25 Sep 2025 11:31:07 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Order Cancelled Successfully\",\n    \"type\": \"success\"\n}"}],"_postman_id":"0a903e62-9a74-4478-a264-7d25e9d0ac55"},{"name":"Logout User","id":"0292d262-37ef-46a2-8542-e453035c995c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/logout","description":"<p>API endpoint for Logout the user. (Auth Token Required)</p>\n<blockquote>\n<p>A successful Logout will result in HTTP 200 OK Status code</p>\n</blockquote>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3244a96e-41e0-405b-b7ad-8746ae7089a5","name":"Logout User","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/logout"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Sep 2025 15:08:28 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successfully logged out\",\n    \"type\": \"success\"\n}"}],"_postman_id":"0292d262-37ef-46a2-8542-e453035c995c"}]}