{"info":{"_postman_id":"ad0eaee6-01cd-436b-b8f4-9591a60c022c","name":"Inventory Management API","description":"<html><head></head><body><p>Comprehensive collection for the Inventory Management System API built with Laravel.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3208343","collectionId":"ad0eaee6-01cd-436b-b8f4-9591a60c022c","publishedId":"2sBXqFN2nz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-22T10:32:28.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"b8bcde70-d39f-4847-a071-b60d3f87a145","exec":["pm.collectionVariables.set(\"token\", pm.response.json().data.token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1f1c1e37-34d1-41bf-9476-a2f447d6344b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@inventory.test\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/login","urlObject":{"path":["api","v1","auth","login"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"9f942bb4-9bfa-4afe-b80f-749b15169da7","name":"Login successfull","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@inventory.test\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:09:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Logged in successfully\",\n    \"data\": {\n        \"token\": \"1|YsWpC7xiaTfVbBlQXbluM0q7Q2vZZNyIz3whFEoV19b4a376\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"Admin\",\n            \"email\": \"admin@inventory.test\"\n        }\n    }\n}"},{"id":"3a03b387-6e77-427e-95ba-f82c28a0ac99","name":"Invalid login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@example.com\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:10:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Invalid credentials\"\n}"}],"_postman_id":"1f1c1e37-34d1-41bf-9476-a2f447d6344b"},{"name":"Logout","id":"6a1766b0-b440-4a43-9280-2989953522be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/auth/logout","urlObject":{"path":["api","v1","auth","logout"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"b5b6d9c2-6a41-4bde-88ce-f7d8aa9d1618","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:12:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Logged out successfully\"\n}"}],"_postman_id":"6a1766b0-b440-4a43-9280-2989953522be"},{"name":"Me","id":"7556c015-e010-4cad-b881-fab2647879d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/auth/me","urlObject":{"path":["api","v1","auth","me"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"d69e0f9d-2270-4d9d-99e1-d3b7560b5cb1","name":"Me","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/auth/me"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:12:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Operation successful\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Admin\",\n        \"email\": \"admin@inventory.test\"\n    }\n}"}],"_postman_id":"7556c015-e010-4cad-b881-fab2647879d7"}],"id":"a1078ee6-9bf2-43a9-a21e-23360bcdeb17","_postman_id":"a1078ee6-9bf2-43a9-a21e-23360bcdeb17","description":""},{"name":"Warehouses","item":[{"name":"List Warehouses","id":"59a52fd8-eda1-4cf7-a159-826504692a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses","urlObject":{"path":["api","v1","warehouses"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"a3970221-84e4-4e8b-8dbc-6064b1fb334e","name":"List Warehouses","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:12:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Main Warehouse\",\n            \"code\": \"WH-A\",\n            \"location\": \"Cairo\",\n            \"is_active\": true,\n            \"created_at\": \"2026-04-21T07:39:31+00:00\",\n            \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Secondary Warehouse\",\n            \"code\": \"WH-B\",\n            \"location\": \"Alexandria\",\n            \"is_active\": true,\n            \"created_at\": \"2026-04-21T07:39:31+00:00\",\n            \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://localhost:8000/api/v1/warehouses?page=1\",\n        \"last\": \"http://localhost:8000/api/v1/warehouses?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"page\": null,\n                \"active\": false\n            },\n            {\n                \"url\": \"http://localhost:8000/api/v1/warehouses?page=1\",\n                \"label\": \"1\",\n                \"page\": 1,\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"page\": null,\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://localhost:8000/api/v1/warehouses\",\n        \"per_page\": 25,\n        \"to\": 2,\n        \"total\": 2\n    },\n    \"success\": true,\n    \"message\": \"Warehouses retrieved successfully\"\n}"}],"_postman_id":"59a52fd8-eda1-4cf7-a159-826504692a9c"},{"name":"Create Warehouse","id":"c6ecbf2d-0fae-47d6-8f3b-af3c5ad15025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Main Distribution Center\",\n    \"code\": \"WH-MAIN\",\n    \"location\": \"Riyadh, KSA\",\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/warehouses","urlObject":{"path":["api","v1","warehouses"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"655e8802-8fee-42b5-bafb-39c74d9ebfa7","name":"Create Warehouse","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Main Distribution Center\",\n    \"code\": \"WH-MAIN\",\n    \"location\": \"Riyadh, KSA\",\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/warehouses"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:13:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"Main Distribution Center\",\n        \"code\": \"WH-MAIN\",\n        \"location\": \"Riyadh, KSA\",\n        \"is_active\": true,\n        \"created_at\": \"2026-04-22T09:13:06+00:00\",\n        \"updated_at\": \"2026-04-22T09:13:06+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Warehouse created successfully\"\n}"}],"_postman_id":"c6ecbf2d-0fae-47d6-8f3b-af3c5ad15025"},{"name":"Get Warehouse","id":"8d6aad35-5f4f-4a35-af3a-898e5c0dc9c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses/1000","urlObject":{"path":["api","v1","warehouses","1000"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"8a966e6f-041f-47ac-b1f7-e47025bbd019","name":"Get Warehouse","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:13:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Main Warehouse\",\n        \"code\": \"WH-A\",\n        \"location\": \"Cairo\",\n        \"is_active\": true,\n        \"created_at\": \"2026-04-21T07:39:31+00:00\",\n        \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Warehouse retrieved successfully\"\n}"},{"id":"a7fddee1-f1da-4af2-af7c-31f9f9992f09","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses/1000"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:15:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"}],"_postman_id":"8d6aad35-5f4f-4a35-af3a-898e5c0dc9c4"},{"name":"Update Warehouse","id":"e9aaae11-5a9c-432c-9d40-9d52df364c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Main Distribution Center (Updated)\",\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/warehouses/1000","urlObject":{"path":["api","v1","warehouses","1000"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"827468fe-c504-436e-97bf-e043a6bb4991","name":"Update Warehouse","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Main Distribution Center (Updated)\",\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/warehouses/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:15:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Main Distribution Center (Updated)\",\n        \"code\": \"WH-A\",\n        \"location\": \"Cairo\",\n        \"is_active\": true,\n        \"created_at\": \"2026-04-21T07:39:31+00:00\",\n        \"updated_at\": \"2026-04-22T09:15:46+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Warehouse updated successfully\"\n}"},{"id":"648cafe4-5593-4275-84ff-4de96f9e1559","name":"not found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Main Distribution Center (Updated)\",\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/warehouses/1000"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:15:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"}],"_postman_id":"e9aaae11-5a9c-432c-9d40-9d52df364c81"},{"name":"Delete Warehouse","id":"b78f7024-614b-4739-8da2-7874da09d6d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses/1","urlObject":{"path":["api","v1","warehouses","1"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"ee86d033-8997-43fc-ae9f-2926a823ff2c","name":"not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses/1000"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:16:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"},{"id":"6e88351f-b281-4c04-9b18-2414a911865c","name":"Delete Warehouse","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/warehouses/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Warehouse deleted successfully\"\n}"}],"_postman_id":"b78f7024-614b-4739-8da2-7874da09d6d9"}],"id":"d84df97d-30cd-484c-b9b9-220f6e0719e1","_postman_id":"d84df97d-30cd-484c-b9b9-220f6e0719e1","description":""},{"name":"Items","item":[{"name":"List Items","id":"2e10b621-b2d8-4017-92f7-e11f280f9176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items","urlObject":{"path":["api","v1","items"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"b25de827-4f1d-498a-863c-c6a490d1382b","name":"List Items","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:16:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"sku\": \"LAPTOP-001\",\n            \"name\": \"Laptop Pro 15\\\"\",\n            \"description\": \"High-performance laptop\",\n            \"unit\": \"pcs\",\n            \"low_stock_threshold\": 5,\n            \"created_at\": \"2026-04-21T07:39:31+00:00\",\n            \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n        },\n        {\n            \"id\": 2,\n            \"sku\": \"KBD-002\",\n            \"name\": \"Mechanical Keyboard\",\n            \"description\": \"Tenkeyless mechanical keyboard\",\n            \"unit\": \"pcs\",\n            \"low_stock_threshold\": 10,\n            \"created_at\": \"2026-04-21T07:39:31+00:00\",\n            \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://localhost:8000/api/v1/items?page=1\",\n        \"last\": \"http://localhost:8000/api/v1/items?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"page\": null,\n                \"active\": false\n            },\n            {\n                \"url\": \"http://localhost:8000/api/v1/items?page=1\",\n                \"label\": \"1\",\n                \"page\": 1,\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"page\": null,\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://localhost:8000/api/v1/items\",\n        \"per_page\": 25,\n        \"to\": 2,\n        \"total\": 2\n    },\n    \"success\": true,\n    \"message\": \"Items retrieved successfully\"\n}"}],"_postman_id":"2e10b621-b2d8-4017-92f7-e11f280f9176"},{"name":"Create Item","id":"5b6fb39c-f0ce-45d2-9b2a-bf05351ca50c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"ITM-001\",\n    \"name\": \"Wireless Mouse\",\n    \"description\": \"Optical wireless mouse with USB receiver\",\n    \"unit\": \"pcs\",\n    \"low_stock_threshold\": 15\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/items","urlObject":{"path":["api","v1","items"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"f18fb596-78d6-4009-97eb-48cf37306181","name":"Create Item","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"ITM-001\",\n    \"name\": \"Wireless Mouse\",\n    \"description\": \"Optical wireless mouse with USB receiver\",\n    \"unit\": \"pcs\",\n    \"low_stock_threshold\": 15\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/items"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:16:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"sku\": \"ITM-001\",\n        \"name\": \"Wireless Mouse\",\n        \"description\": \"Optical wireless mouse with USB receiver\",\n        \"unit\": \"pcs\",\n        \"low_stock_threshold\": 15,\n        \"created_at\": \"2026-04-22T09:16:45+00:00\",\n        \"updated_at\": \"2026-04-22T09:16:45+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Item created successfully\"\n}"},{"id":"c1f52ee7-94cc-4fc2-881e-d335494bb3f5","name":"Failed validation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"ITM-001\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/items"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:16:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Validation failed.\",\n    \"errors\": {\n        \"sku\": [\n            \"The sku has already been taken.\"\n        ],\n        \"name\": [\n            \"The name field is required.\"\n        ]\n    }\n}"}],"_postman_id":"5b6fb39c-f0ce-45d2-9b2a-bf05351ca50c"},{"name":"Get Item","id":"0dd33109-1dec-49c9-96e5-182ada7b4bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items/1","urlObject":{"path":["api","v1","items","1"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"d543ab6e-0b0e-4b7c-9c94-f3fd2d933b27","name":"Get Item","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:17:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"sku\": \"LAPTOP-001\",\n        \"name\": \"Laptop Pro 15\\\"\",\n        \"description\": \"High-performance laptop\",\n        \"unit\": \"pcs\",\n        \"low_stock_threshold\": 5,\n        \"created_at\": \"2026-04-21T07:39:31+00:00\",\n        \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Item retrieved successfully\"\n}"},{"id":"46ace572-c7f7-4964-9928-2fbf2d7db713","name":"not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items/1000"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:17:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"}],"_postman_id":"0dd33109-1dec-49c9-96e5-182ada7b4bd5"},{"name":"Update Item","id":"0565f315-2a05-43f2-9def-76a39e262140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Wireless Mouse (Pro Edition)\",\n    \"low_stock_threshold\": 20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/items/1","urlObject":{"path":["api","v1","items","1"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"50f5b495-461a-4de9-921c-9738139bc39b","name":"not found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Wireless Mouse (Pro Edition)\",\n    \"low_stock_threshold\": 20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/items/1000"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:17:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"},{"id":"3374fea1-23e2-43b4-906f-012d43012c9a","name":"Update Item","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Wireless Mouse (Pro Edition)\",\n    \"low_stock_threshold\": 20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/items/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:18:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"sku\": \"LAPTOP-001\",\n        \"name\": \"Wireless Mouse (Pro Edition)\",\n        \"description\": \"High-performance laptop\",\n        \"unit\": \"pcs\",\n        \"low_stock_threshold\": 20,\n        \"created_at\": \"2026-04-21T07:39:31+00:00\",\n        \"updated_at\": \"2026-04-22T09:18:12+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Item updated successfully\"\n}"}],"_postman_id":"0565f315-2a05-43f2-9def-76a39e262140"},{"name":"Delete Item","id":"38f36449-acb4-424f-b3df-63b4eeb98287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items/1","urlObject":{"path":["api","v1","items","1"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"b4d63eb0-54b9-47e0-b929-5fabe7919342","name":"not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items/1000"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:18:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"},{"id":"952cc8a7-e2d8-4d09-90a0-e5860f2d8931","name":"Delete Item","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/items/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:18:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Item deleted successfully\"\n}"}],"_postman_id":"38f36449-acb4-424f-b3df-63b4eeb98287"}],"id":"7f3ee79a-9553-4373-b615-6a5c7d546da0","_postman_id":"7f3ee79a-9553-4373-b615-6a5c7d546da0","description":""},{"name":"Inventory","item":[{"name":"List Inventory","id":"0c407764-7455-4c65-ba9e-24785d3606f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/inventory?warehouse_id=1&item_id=1000","urlObject":{"path":["api","v1","inventory"],"host":["http://localhost:8000"],"query":[{"key":"warehouse_id","value":"1"},{"key":"item_id","value":"1000"}],"variable":[]}},"response":[{"id":"25a9d4e6-9c58-4b03-a324-788ae6694b73","name":"List Inventory","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://localhost:8000/api/v1/inventory?warehouse_id=1&item_id=1","host":["http://localhost:8000"],"path":["api","v1","inventory"],"query":[{"key":"warehouse_id","value":"1"},{"key":"item_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:20:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"quantity\": 50,\n            \"is_low_stock\": null,\n            \"item\": null,\n            \"warehouse\": null,\n            \"created_at\": \"2026-04-21T07:39:31+00:00\",\n            \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://localhost:8000/api/v1/inventory?page=1\",\n        \"last\": \"http://localhost:8000/api/v1/inventory?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"page\": null,\n                \"active\": false\n            },\n            {\n                \"url\": \"http://localhost:8000/api/v1/inventory?page=1\",\n                \"label\": \"1\",\n                \"page\": 1,\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"page\": null,\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://localhost:8000/api/v1/inventory\",\n        \"per_page\": 25,\n        \"to\": 1,\n        \"total\": 1\n    },\n    \"success\": true,\n    \"message\": \"Inventory retrieved successfully\"\n}"},{"id":"ae868c4d-f89f-4cc2-8d44-6edf801848b4","name":"validation error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://localhost:8000/api/v1/inventory?warehouse_id=1&item_id=1000","host":["http://localhost:8000"],"path":["api","v1","inventory"],"query":[{"key":"warehouse_id","value":"1"},{"key":"item_id","value":"1000"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:22:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Validation failed.\",\n    \"errors\": {\n        \"item_id\": [\n            \"The selected item id is invalid.\"\n        ]\n    }\n}"}],"_postman_id":"0c407764-7455-4c65-ba9e-24785d3606f3"},{"name":"Get Inventory Details","id":"0aa566ec-67ec-4501-9d94-2a7a1377ba4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/inventory/1000","urlObject":{"path":["api","v1","inventory","1000"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"c19f3ac4-a0a4-4536-aed3-c3d69e0eea8e","name":"Get Inventory Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/inventory/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:23:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"quantity\": 50,\n        \"is_low_stock\": null,\n        \"item\": null,\n        \"warehouse\": null,\n        \"created_at\": \"2026-04-21T07:39:31+00:00\",\n        \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Inventory line retrieved successfully\"\n}"},{"id":"55a03189-4b35-46a2-a031-bd801d0324b2","name":"not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/inventory/1000"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:24:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"}],"_postman_id":"0aa566ec-67ec-4501-9d94-2a7a1377ba4c"}],"id":"aa813e17-4b79-4e6d-978f-6f9b343ee354","_postman_id":"aa813e17-4b79-4e6d-978f-6f9b343ee354","description":""},{"name":"Stock Transfers","item":[{"name":"List Transfers","id":"655fbddf-59a8-4fd1-af0b-09123029abd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/transfers","urlObject":{"path":["api","v1","transfers"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"126c74d8-20d9-491b-afec-1a8bf8ee1339","name":"List Transfers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/transfers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:24:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"links\": {\n        \"first\": null,\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"path\": \"http://localhost:8000/api/v1/transfers\",\n        \"per_page\": 25,\n        \"next_cursor\": null,\n        \"prev_cursor\": null\n    },\n    \"success\": true,\n    \"message\": \"Transfers retrieved successfully\"\n}"}],"_postman_id":"655fbddf-59a8-4fd1-af0b-09123029abd4"},{"name":"Create Transfer","id":"7a9c1f40-d731-4f50-b642-d3715670afe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from_warehouse_id\": 3,\n    \"to_warehouse_id\": 2,\n    \"item_id\": 1,\n    \"quantity\": 2,\n    \"notes\": \"Restocking secondary warehouse\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/transfers","urlObject":{"path":["api","v1","transfers"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"858d190f-b00d-463d-a7a6-18dc7dd63d8e","name":"validation error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from_warehouse_id\": 1,\n    \"to_warehouse_id\": 2,\n    \"item_id\": 1,\n    \"quantity\": 50,\n    \"notes\": \"Restocking secondary warehouse\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/transfers"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:26:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Validation failed.\",\n    \"errors\": {\n        \"from_warehouse_id\": [\n            \"The selected from warehouse id is invalid.\"\n        ]\n    }\n}"},{"id":"9f80aea5-0843-4f99-90fe-595ab385266d","name":"insufficient stock","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from_warehouse_id\": 2,\n    \"to_warehouse_id\": 3,\n    \"item_id\": 1,\n    \"quantity\": 10,\n    \"notes\": \"Restocking secondary warehouse\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/transfers"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:26:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Insufficient stock. Available: 0, Requested: 10\"\n}"},{"id":"d61c5bc9-9aed-430f-93c0-d3df0b412821","name":"Create Transfer","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from_warehouse_id\": 2,\n    \"to_warehouse_id\": 3,\n    \"item_id\": 1,\n    \"quantity\": 10,\n    \"notes\": \"Restocking secondary warehouse\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/transfers"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:30:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"quantity\": 10,\n        \"status\": \"completed\",\n        \"notes\": \"Restocking secondary warehouse\",\n        \"from_warehouse\": {\n            \"id\": 2,\n            \"name\": \"Secondary Warehouse\",\n            \"code\": \"WH-B\",\n            \"location\": \"Alexandria\",\n            \"is_active\": true,\n            \"created_at\": \"2026-04-21T07:39:31+00:00\",\n            \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n        },\n        \"to_warehouse\": {\n            \"id\": 3,\n            \"name\": \"Main Distribution Center\",\n            \"code\": \"WH-MAIN\",\n            \"location\": \"Riyadh, KSA\",\n            \"is_active\": true,\n            \"created_at\": \"2026-04-22T09:13:06+00:00\",\n            \"updated_at\": \"2026-04-22T09:13:06+00:00\"\n        },\n        \"item\": null,\n        \"transferred_by\": {\n            \"id\": 1,\n            \"name\": \"Admin\",\n            \"email\": \"admin@inventory.test\"\n        },\n        \"audit_log\": {\n            \"old_qty_from\": 190,\n            \"old_qty_to\": 20,\n            \"logged_at\": \"2026-04-22T09:30:43+00:00\"\n        },\n        \"created_at\": \"2026-04-22T09:30:43+00:00\",\n        \"updated_at\": \"2026-04-22T09:30:43+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Stock transfer completed successfully\"\n}"}],"_postman_id":"7a9c1f40-d731-4f50-b642-d3715670afe9"},{"name":"Get Transfer Details","id":"22c23177-8935-48da-86a5-3326576efeea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/transfers/50","urlObject":{"path":["api","v1","transfers","50"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"06ad1b6b-2db2-442a-9016-20e90e3f6ce1","name":"Get Transfer Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/transfers/5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:32:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"quantity\": 10,\n        \"status\": \"completed\",\n        \"notes\": \"Restocking secondary warehouse\",\n        \"from_warehouse\": {\n            \"id\": 2,\n            \"name\": \"Secondary Warehouse\",\n            \"code\": \"WH-B\",\n            \"location\": \"Alexandria\",\n            \"is_active\": true,\n            \"created_at\": \"2026-04-21T07:39:31+00:00\",\n            \"updated_at\": \"2026-04-21T07:39:31+00:00\"\n        },\n        \"to_warehouse\": {\n            \"id\": 3,\n            \"name\": \"Main Distribution Center\",\n            \"code\": \"WH-MAIN\",\n            \"location\": \"Riyadh, KSA\",\n            \"is_active\": true,\n            \"created_at\": \"2026-04-22T09:13:06+00:00\",\n            \"updated_at\": \"2026-04-22T09:13:06+00:00\"\n        },\n        \"item\": null,\n        \"transferred_by\": {\n            \"id\": 1,\n            \"name\": \"Admin\",\n            \"email\": \"admin@inventory.test\"\n        },\n        \"audit_log\": {\n            \"old_qty_from\": 170,\n            \"old_qty_to\": 40,\n            \"logged_at\": \"2026-04-22T09:32:40+00:00\"\n        },\n        \"created_at\": \"2026-04-22T09:32:40+00:00\",\n        \"updated_at\": \"2026-04-22T09:32:40+00:00\"\n    },\n    \"success\": true,\n    \"message\": \"Transfer retrieved successfully\"\n}"},{"id":"c148c93e-8c7b-4ec9-a6e2-e8b8d539ec28","name":"not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/transfers/50"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Apr 2026 09:33:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Endpoint not found.\"\n}"}],"_postman_id":"22c23177-8935-48da-86a5-3326576efeea"}],"id":"3a71da53-001f-4f68-b9eb-a563dedd30aa","_postman_id":"3a71da53-001f-4f68-b9eb-a563dedd30aa","description":""},{"name":"Low Stock Alerts","item":[{"name":"List Alerts","id":"8027e1d4-1f6c-485b-be46-d42ef45e8a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:8000/api/v1/alerts/low-stock","urlObject":{"path":["api","v1","alerts","low-stock"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"8027e1d4-1f6c-485b-be46-d42ef45e8a65"}],"id":"5723a0b8-86af-473a-900c-652d056ed571","_postman_id":"5723a0b8-86af-473a-900c-652d056ed571","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"de06049f-34d9-4a52-a283-7838f8920526"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b56dd74-fa38-4b14-b6e0-23db0e4ca2cc"}}],"variable":[{"key":"base_url","value":"http://localhost:8000"},{"key":"token","value":"PASTE_YOUR_TOKEN_HERE"}]}