{"info":{"_postman_id":"b0540244-baee-4d9b-8ea9-aec4296178f7","name":"Store Manager","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22534963","collectionId":"b0540244-baee-4d9b-8ea9-aec4296178f7","publishedId":"2s7YfGDwwG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-15T03:54:23.000Z"},"item":[{"name":"all products","id":"b71b61d0-6efc-495c-8430-5d3f9045c31a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/products","urlObject":{"path":["products"],"query":[],"variable":[]}},"response":[],"_postman_id":"b71b61d0-6efc-495c-8430-5d3f9045c31a"},{"name":"all sales","id":"367e7b57-4acc-44ab-9c32-2438eac33031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/sales","urlObject":{"path":["sales"],"query":[],"variable":[]}},"response":[],"_postman_id":"367e7b57-4acc-44ab-9c32-2438eac33031"},{"name":"product by id","id":"d762d1f6-e504-4fda-b263-99d95e13c27c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/products/1","urlObject":{"path":["products","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d762d1f6-e504-4fda-b263-99d95e13c27c"},{"name":"product by query","id":"69c667be-36f7-4f26-9539-190f45e68ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/products/search?q=Martelo","urlObject":{"path":["products","search"],"query":[{"key":"q","value":"Martelo"}],"variable":[]}},"response":[],"_postman_id":"69c667be-36f7-4f26-9539-190f45e68ac9"},{"name":"sale by id","id":"dbdd3b0e-18ba-42bd-9f64-129178a49991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/sales/1","urlObject":{"path":["sales","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbdd3b0e-18ba-42bd-9f64-129178a49991"},{"name":"product","id":"2cd85bca-b1c9-4212-a847-7c141c80fedf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/products/1","urlObject":{"path":["products","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cd85bca-b1c9-4212-a847-7c141c80fedf"},{"name":"sale","id":"368be7d2-9f12-4668-8ea2-df769d00b79a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/sales/1","urlObject":{"path":["sales","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"368be7d2-9f12-4668-8ea2-df769d00b79a"},{"name":"product","id":"8b7aaa9c-b9bc-4446-abbb-d750a788a01c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Martelo do Batman\"\n}","options":{"raw":{"language":"json"}}},"url":"/products/1","urlObject":{"path":["products","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b7aaa9c-b9bc-4446-abbb-d750a788a01c"},{"name":"sale","id":"f96752ce-c3b0-4399-8523-c12cca8a88bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"  [\n    {\n      \"quantity\":10\n    },\n    {\n      \"productId\": 2,\n      \"quantity\":50\n    }\n  ]","options":{"raw":{"language":"json"}}},"url":"/sales/1","urlObject":{"path":["sales","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f96752ce-c3b0-4399-8523-c12cca8a88bb"},{"name":"product","id":"a8dc198e-2f38-4b24-883d-b7db1dbf5638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\n    \"name\": \"ProdutoY\"\n  }","options":{"raw":{"language":"json"}}},"url":"/products","urlObject":{"path":["products"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8dc198e-2f38-4b24-883d-b7db1dbf5638"},{"name":"sales","id":"078c00de-623d-40fa-bbea-09759ec441de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  [\n    {\n      \"productId\": 1,\n      \"quantity\":1\n    },\n    {\n      \"productId\": 2,\n      \"quantity\":5\n    }\n  ]","options":{"raw":{"language":"json"}}},"url":"/sales","urlObject":{"path":["sales"],"query":[],"variable":[]}},"response":[],"_postman_id":"078c00de-623d-40fa-bbea-09759ec441de"}]}