{"info":{"_postman_id":"4d173d3f-1f26-4064-ace4-de7138486943","name":"Product Inventory Hossam Eissa","description":"<html><head></head><body><p>Product Inventory Microservice API Collection</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25142654","collectionId":"4d173d3f-1f26-4064-ace4-de7138486943","publishedId":"2sBXqFMNMu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-22T05:07:47.000Z"},"item":[{"name":"Products","item":[{"name":"List All","id":"7f8e856c-1fec-4cc8-a06b-19f80f10233c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://localhost:8000/api/products?page=1&per_page=15","urlObject":{"path":["products"],"host":["http://localhost:8000/api"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"15"}],"variable":[]}},"response":[],"_postman_id":"7f8e856c-1fec-4cc8-a06b-19f80f10233c"},{"name":"Get Single","id":"4afdf7c0-4670-4afe-b266-4301b340aa61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://localhost:8000/api/products/","urlObject":{"path":["products",""],"host":["http://localhost:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4afdf7c0-4670-4afe-b266-4301b340aa61"},{"name":"Create","event":[{"listen":"test","script":{"id":"6795d994-d7b7-48ed-aff6-f84f6d115b6e","exec":["var json = pm.response.json();","pm.collectionVariables.set('product_id', json.data.id);"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"12debcc5-c90f-465d-909e-4eddf11575d1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"df0670b4-3ba3-48df-ba2b-fe6deb4c014a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"SKU-008","type":"text"},{"key":"name","value":"Test Product","type":"text"},{"key":"description","value":"A test product description","type":"text"},{"key":"price","value":"29.99","type":"text"},{"key":"stock_quantity","value":"10","type":"text"},{"key":"low_stock_threshold","value":"10","type":"text"},{"key":"status","value":"active","type":"text","description":"<p>active , inactive , disconnected</p>\n"}]},"url":"http://localhost:8000/api/products","urlObject":{"path":["products"],"host":["http://localhost:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"df0670b4-3ba3-48df-ba2b-fe6deb4c014a"},{"name":"Update","id":"3dbf4516-bc55-4873-b50f-03a0fdaf535f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","type":"text"},{"key":"name","value":"Updated Product Name","type":"text"},{"key":"price","value":"39.99","type":"text"},{"key":"status","value":"active","type":"text"},{"key":"description","value":"Updated description","type":"text"},{"key":"stock_quantity","value":"100","type":"text"},{"key":"low_stock_threshold","value":"10","type":"text"}]},"url":"http://localhost:8000/api/products/","urlObject":{"path":["products",""],"host":["http://localhost:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dbf4516-bc55-4873-b50f-03a0fdaf535f"},{"name":"Delete","id":"8ba3a7bd-a5c4-416b-961e-76308b11e16e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"http://localhost:8000/api/products/","urlObject":{"path":["products",""],"host":["http://localhost:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ba3a7bd-a5c4-416b-961e-76308b11e16e"},{"name":"Adjust Stock","id":"36887160-3ee2-4d8b-adc6-9f2899cc090b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"quantity","value":"-100","type":"text"},{"key":"reason","value":"Sold items","type":"text"}]},"url":"http://localhost:8000/api/products//stock","urlObject":{"path":["products","","stock"],"host":["http://localhost:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"36887160-3ee2-4d8b-adc6-9f2899cc090b"},{"name":"Low Stock","id":"d0efaf55-2092-4403-a155-564e59d39e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://localhost:8000/api/products/low-stock?page=1&per_page=15","urlObject":{"path":["products","low-stock"],"host":["http://localhost:8000/api"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"15"}],"variable":[]}},"response":[],"_postman_id":"d0efaf55-2092-4403-a155-564e59d39e4a"}],"id":"09f61e1e-e273-4ded-a6e4-965febf6adc8","_postman_id":"09f61e1e-e273-4ded-a6e4-965febf6adc8","description":""}],"variable":[{"key":"base_url","value":"http://localhost:8000/api"},{"key":"product_id","value":""}]}