{"info":{"_postman_id":"d0ed665a-1797-4bcf-884e-1a49099a708c","name":"TallerMicro1","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15834105","collectionId":"d0ed665a-1797-4bcf-884e-1a49099a708c","publishedId":"2sA35G3hSp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-30T03:17:28.000Z"},"item":[{"name":"customers","item":[{"name":"Obtener todos los clientes","id":"49c9baa4-dd3d-45fb-8477-d3eb147e23ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6239892a-c673-413a-bfae-4b00f4d1f24e","name":"Obtener todos los clientes","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:49:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n        \"nombre\": \"Pedro\",\n        \"email\": \"cliente2@example.com\",\n        \"direccion\": \"Avenida Principal 456, Ciudad B\"\n    },\n    {\n        \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n        \"nombre\": \"María\",\n        \"email\": \"cliente3@example.com\",\n        \"direccion\": \"Carrera 789, Ciudad C\"\n    },\n    {\n        \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n        \"nombre\": \"Ana\",\n        \"email\": \"cliente4@example.com\",\n        \"direccion\": \"Calle Central 321, Ciudad A\"\n    },\n    {\n        \"id\": \"ca197224-cc63-4d98-b62c-a1e7ab57845b\",\n        \"nombre\": \"Marta\",\n        \"email\": \"cliente1@example.com\",\n        \"direccion\": \"Avenida Principal 123, Ciudad C\"\n    }\n]"}],"_postman_id":"49c9baa4-dd3d-45fb-8477-d3eb147e23ca"},{"name":"Obtener cliente por id","id":"87d532ab-7896-4f66-9241-c9e397788362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/e8319306-a382-48f5-986f-6bb7d98eb96d","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customers","e8319306-a382-48f5-986f-6bb7d98eb96d"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8c376b00-4aba-410b-b136-2a2a9a2ebd86","name":"Obtener cliente por id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/e8319306-a382-48f5-986f-6bb7d98eb96d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:49:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n    \"nombre\": \"Pedro\",\n    \"email\": \"cliente2@example.com\",\n    \"direccion\": \"Avenida Principal 456, Ciudad B\"\n}"}],"_postman_id":"87d532ab-7896-4f66-9241-c9e397788362"},{"name":"Obtener cliente por email","id":"90b746d1-8853-4957-b115-d38da3605a49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/email/cliente3@example.com","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customers","email","cliente3@example.com"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7305c12c-0139-41a5-aeef-ac946bf4cf18","name":"Obtener cliente por email","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/email/cliente3@example.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:49:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n    \"nombre\": \"María\",\n    \"email\": \"cliente3@example.com\",\n    \"direccion\": \"Carrera 789, Ciudad C\"\n}"}],"_postman_id":"90b746d1-8853-4957-b115-d38da3605a49"},{"name":"Obtener clientes por ciudad","id":"507f43ef-cee7-4d7c-849d-8e54112a0346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/city?cityName=ciudad C","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customers","city"],"host":["localhost"],"query":[{"key":"cityName","value":"ciudad C"}],"variable":[]}},"response":[{"id":"07d0adaf-669f-48c0-9a6e-164b6e348ea1","name":"Obtener clientes por ciudad","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/customers/city?cityName=ciudad C","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","customers","city"],"query":[{"key":"cityName","value":"ciudad C"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:49:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n        \"nombre\": \"María\",\n        \"email\": \"cliente3@example.com\",\n        \"direccion\": \"Carrera 789, Ciudad C\"\n    },\n    {\n        \"id\": \"ca197224-cc63-4d98-b62c-a1e7ab57845b\",\n        \"nombre\": \"Marta\",\n        \"email\": \"cliente1@example.com\",\n        \"direccion\": \"Avenida Principal 123, Ciudad C\"\n    }\n]"}],"_postman_id":"507f43ef-cee7-4d7c-849d-8e54112a0346"},{"name":"Guardar cliente","id":"033055e5-f372-4489-80f0-e5e8c694ddc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"cliente nuevo\",\n    \"email\": \"clienteNuevo@example.com\",\n    \"direccion\": \"Santa Marta 123, Ciudad A\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"760d399e-ada1-44af-849e-8372ac125207","name":"Guardar cliente","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"cliente nuevo\",\n    \"email\": \"clienteNuevo@example.com\",\n    \"direccion\": \"Santa Marta 123, Ciudad A\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:49:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"8b021010-fcff-42bc-8b99-09db49618d4e\",\n    \"nombre\": \"cliente nuevo\",\n    \"email\": \"clienteNuevo@example.com\",\n    \"direccion\": \"Santa Marta 123, Ciudad A\"\n}"}],"_postman_id":"033055e5-f372-4489-80f0-e5e8c694ddc7"},{"name":"Modificar cliente por id","id":"b74af85a-b607-4cae-a943-4ead7cc6b971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"cliente nuevo modificado\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/8b021010-fcff-42bc-8b99-09db49618d4e","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customers","8b021010-fcff-42bc-8b99-09db49618d4e"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"208bd200-f385-400b-be20-5ffcc5acb129","name":"Modificar cliente por id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"cliente nuevo modificado\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/8b021010-fcff-42bc-8b99-09db49618d4e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:50:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"8b021010-fcff-42bc-8b99-09db49618d4e\",\n    \"nombre\": \"cliente nuevo modificado\",\n    \"email\": \"clienteNuevo@example.com\",\n    \"direccion\": \"Santa Marta 123, Ciudad A\"\n}"}],"_postman_id":"b74af85a-b607-4cae-a943-4ead7cc6b971"},{"name":"Borrar cliente por id","id":"01799d0e-72e4-458d-83d1-eb721d0032a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"cliente nuevo\",\n    \"email\": \"clienteNuevo@example.com\",\n    \"direccion\": \"Santa Marta 123, Ciudad C\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/8b021010-fcff-42bc-8b99-09db49618d4e","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customers","8b021010-fcff-42bc-8b99-09db49618d4e"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cceba73e-935f-414e-939f-0a68a46ec9d0","name":"Borrar cliente por id","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"cliente nuevo\",\n    \"email\": \"clienteNuevo@example.com\",\n    \"direccion\": \"Santa Marta 123, Ciudad C\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customers/8b021010-fcff-42bc-8b99-09db49618d4e"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"17"},{"key":"Date","value":"Sun, 31 Mar 2024 03:50:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Cliente eliminado"}],"_postman_id":"01799d0e-72e4-458d-83d1-eb721d0032a2"}],"id":"4d6b5251-18c8-4524-bc0c-dd07fd1b84a8","_postman_id":"4d6b5251-18c8-4524-bc0c-dd07fd1b84a8","description":""},{"name":"products","item":[{"name":"Obtener todos los productos","id":"bce3a42e-7622-4045-8f37-16d912601078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/products","urlObject":{"protocol":"http","port":"8080","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4c9a5d3f-12aa-4b8f-8371-a8f94f4a1984","name":"Obtener todos los productos","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:52:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"30dec056-acab-4730-9e5d-5a2269cb24b6\",\n        \"nombre\": \"Computadora\",\n        \"price\": 1555,\n        \"stock\": 23\n    },\n    {\n        \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n        \"nombre\": \"Samsung Galaxy S21 Ultra\",\n        \"price\": 1199.99,\n        \"stock\": 70\n    },\n    {\n        \"id\": \"4f5433ce-b866-48f4-9910-4639ccea98ae\",\n        \"nombre\": \"Dyson V11 Vacuum Cleaner\",\n        \"price\": 599.99,\n        \"stock\": 60\n    },\n    {\n        \"id\": \"57dbc2c9-836f-4355-b2ed-61da69bd8af8\",\n        \"nombre\": \"Nintendo Switch OLED\",\n        \"price\": 349.99,\n        \"stock\": 150\n    },\n    {\n        \"id\": \"5ee558a7-935f-47a2-a67d-cbfebde26fa7\",\n        \"nombre\": \"Fender Stratocaster Electric Guitar\",\n        \"price\": 1499.99,\n        \"stock\": 50\n    },\n    {\n        \"id\": \"e48bc37c-65eb-429b-884c-ca2c99540bee\",\n        \"nombre\": \"Apple Watch Series 7\",\n        \"price\": 399.99,\n        \"stock\": 0\n    },\n    {\n        \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\",\n        \"nombre\": \"MacBook Pro 2021\",\n        \"price\": 1999.99,\n        \"stock\": 0\n    },\n    {\n        \"id\": \"c6568c2a-09aa-46c1-b906-d73b437e0ba1\",\n        \"nombre\": \"iPhone 13 Pro\",\n        \"price\": 1099.99,\n        \"stock\": 0\n    }\n]"}],"_postman_id":"bce3a42e-7622-4045-8f37-16d912601078"},{"name":"Obtener productos por searchTerm","id":"1fcc9dc0-a389-4119-a09a-55d82bec0361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/products/search?searchTerm=pro","urlObject":{"protocol":"http","port":"8080","path":["api","v1","products","search"],"host":["localhost"],"query":[{"key":"searchTerm","value":"pro"}],"variable":[]}},"response":[{"id":"a4ad0fcd-28f1-4ef5-b527-0ebfb8b72591","name":"Obtener productos por searchTerm","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/products/search?searchTerm=pro","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","products","search"],"query":[{"key":"searchTerm","value":"pro"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:52:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\",\n        \"nombre\": \"MacBook Pro 2021\",\n        \"price\": 1999.99,\n        \"stock\": 0\n    },\n    {\n        \"id\": \"c6568c2a-09aa-46c1-b906-d73b437e0ba1\",\n        \"nombre\": \"iPhone 13 Pro\",\n        \"price\": 1099.99,\n        \"stock\": 0\n    }\n]"}],"_postman_id":"1fcc9dc0-a389-4119-a09a-55d82bec0361"},{"name":"Obtener productos en stock","id":"7b3ef493-4fb4-4ea4-ab4c-0413c3295f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/products/instock","urlObject":{"protocol":"http","port":"8080","path":["api","v1","products","instock"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"97511e61-414d-4a18-9f42-a6e1a8f78aa4","name":"Obtener productos en stock","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/products/instock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:52:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"30dec056-acab-4730-9e5d-5a2269cb24b6\",\n        \"nombre\": \"Computadora\",\n        \"price\": 1555,\n        \"stock\": 23\n    },\n    {\n        \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n        \"nombre\": \"Samsung Galaxy S21 Ultra\",\n        \"price\": 1199.99,\n        \"stock\": 70\n    },\n    {\n        \"id\": \"4f5433ce-b866-48f4-9910-4639ccea98ae\",\n        \"nombre\": \"Dyson V11 Vacuum Cleaner\",\n        \"price\": 599.99,\n        \"stock\": 60\n    },\n    {\n        \"id\": \"57dbc2c9-836f-4355-b2ed-61da69bd8af8\",\n        \"nombre\": \"Nintendo Switch OLED\",\n        \"price\": 349.99,\n        \"stock\": 150\n    },\n    {\n        \"id\": \"5ee558a7-935f-47a2-a67d-cbfebde26fa7\",\n        \"nombre\": \"Fender Stratocaster Electric Guitar\",\n        \"price\": 1499.99,\n        \"stock\": 50\n    }\n]"}],"_postman_id":"7b3ef493-4fb4-4ea4-ab4c-0413c3295f81"},{"name":"Guardar producto","id":"f40ac2a7-7bf8-4827-9d48-5281043bd7e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"Computadora nueva\",\n    \"price\": 1555,\n    \"stock\": 23\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/products","urlObject":{"protocol":"http","port":"8080","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0532b2a4-1b1d-49ad-a99f-fa840ac40274","name":"Guardar producto","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"Computadora\",\n    \"price\": 1555,\n    \"stock\": 23\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:52:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"da98c399-e4a8-4429-9cde-55daeacc1ea4\",\n    \"nombre\": \"Computadora\",\n    \"price\": 1555,\n    \"stock\": 23\n}"}],"_postman_id":"f40ac2a7-7bf8-4827-9d48-5281043bd7e9"},{"name":"Obtener  producto por id","id":"dc9f8695-b31b-4a5e-bc8c-4d9558b1aadf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/products/da98c399-e4a8-4429-9cde-55daeacc1ea4","urlObject":{"protocol":"http","port":"8080","path":["api","v1","products","da98c399-e4a8-4429-9cde-55daeacc1ea4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"74e50816-7d36-4e86-91d8-199ba7781050","name":"Obtener  producto por id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/products/da98c399-e4a8-4429-9cde-55daeacc1ea4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:53:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"da98c399-e4a8-4429-9cde-55daeacc1ea4\",\n    \"nombre\": \"Computadora\",\n    \"price\": 1555,\n    \"stock\": 23\n}"}],"_postman_id":"dc9f8695-b31b-4a5e-bc8c-4d9558b1aadf"},{"name":"Modificar producto","id":"558f00f1-61e2-4f87-9c3c-e9db82b01773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"Computadora actualizada\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/products/da98c399-e4a8-4429-9cde-55daeacc1ea4","urlObject":{"protocol":"http","port":"8080","path":["api","v1","products","da98c399-e4a8-4429-9cde-55daeacc1ea4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec845b0f-4cfa-47da-999f-ec4a62f5e33c","name":"Modificar producto","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"nombre\": \"Computadora actualizada\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/products/da98c399-e4a8-4429-9cde-55daeacc1ea4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:53:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"da98c399-e4a8-4429-9cde-55daeacc1ea4\",\n    \"nombre\": \"Computadora actualizada\",\n    \"price\": 1555,\n    \"stock\": 23\n}"}],"_postman_id":"558f00f1-61e2-4f87-9c3c-e9db82b01773"},{"name":"Obtener  producto por id","id":"be880881-709f-4f93-a842-2dcf902c90ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/products/da98c399-e4a8-4429-9cde-55daeacc1ea4","urlObject":{"protocol":"http","port":"8080","path":["api","v1","products","da98c399-e4a8-4429-9cde-55daeacc1ea4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"335958af-11d3-412a-a28d-4fe1e5526987","name":"Obtener  producto por id","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/products/da98c399-e4a8-4429-9cde-55daeacc1ea4"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Sun, 31 Mar 2024 03:53:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Producto Eliminado"}],"_postman_id":"be880881-709f-4f93-a842-2dcf902c90ee"}],"id":"a1900313-f2ec-4258-aaf0-ef326628034c","_postman_id":"a1900313-f2ec-4258-aaf0-ef326628034c","description":""},{"name":"orders","item":[{"name":"Guardar pedido","id":"bf6443a3-f423-44bc-953b-36ebadb68c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fechaPedido\": \"2000-03-15T10:30:00\",\n  \"status\": \"PENDIENTE\",\n  \"cliente\": {\n    \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"00560745-66ac-4c60-956e-d2157828d4cd","name":"Guardar pedido","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fechaPedido\": \"2023-05-15T10:30:00\",\n  \"status\": \"PENDIENTE\",\n  \"cliente\": {\n    \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:56:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b\",\n    \"fechaPedido\": \"2023-05-15T10:30:00\",\n    \"status\": \"PENDIENTE\",\n    \"cliente\": {\n        \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n        \"nombre\": \"Pedro\",\n        \"email\": \"cliente2@example.com\",\n        \"direccion\": \"Avenida Principal 456, Ciudad B\"\n    }\n}"}],"_postman_id":"bf6443a3-f423-44bc-953b-36ebadb68c07"},{"name":"Editar un pedido","id":"8ad5763c-eca5-4e97-a8fa-50c7f62fab08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"status\": \"ENTREGADO\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders","38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"55e560fc-4059-4eb7-8652-890a65aeedd9","name":"Editar un pedido","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"status\": \"ENTREGADO\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 03:58:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b\",\n    \"fechaPedido\": \"2023-05-15T10:30:00\",\n    \"status\": \"ENTREGADO\",\n    \"cliente\": {\n        \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n        \"nombre\": \"Pedro\",\n        \"email\": \"cliente2@example.com\",\n        \"direccion\": \"Avenida Principal 456, Ciudad B\"\n    }\n}"}],"_postman_id":"8ad5763c-eca5-4e97-a8fa-50c7f62fab08"},{"name":"Obtener todos los pedidos","id":"b4415a5b-60a7-4958-9c51-021696e707a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"79a0a232-0c9b-4cfc-98ed-99b67ab34013","name":"Obtener todos los pedidos","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:00:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b\",\n        \"fechaPedido\": \"2023-05-15T10:30:00\",\n        \"status\": \"ENTREGADO\",\n        \"cliente\": {\n            \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n            \"nombre\": \"Pedro\",\n            \"email\": \"cliente2@example.com\",\n            \"direccion\": \"Avenida Principal 456, Ciudad B\"\n        }\n    },\n    {\n        \"id\": \"a40ba2ad-975d-4a52-90f2-d4e59167e0ca\",\n        \"fechaPedido\": \"2020-05-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n            \"nombre\": \"Pedro\",\n            \"email\": \"cliente2@example.com\",\n            \"direccion\": \"Avenida Principal 456, Ciudad B\"\n        }\n    }\n]"}],"_postman_id":"b4415a5b-60a7-4958-9c51-021696e707a4"},{"name":"Obtener pedido por id","id":"2aaa6ab8-ea56-480d-8ae6-5d5d4fb6c1ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders","38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bda54f79-24bb-4241-a242-f24c8c0217a9","name":"Obtener pedido por id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:00:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b\",\n    \"fechaPedido\": \"2023-05-15T10:30:00\",\n    \"status\": \"ENTREGADO\",\n    \"cliente\": {\n        \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n        \"nombre\": \"Pedro\",\n        \"email\": \"cliente2@example.com\",\n        \"direccion\": \"Avenida Principal 456, Ciudad B\"\n    }\n}"}],"_postman_id":"2aaa6ab8-ea56-480d-8ae6-5d5d4fb6c1ce"},{"name":"Obtener pedido por rango fecha","id":"6976c349-f787-4a60-9327-af5252514ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/date-range?startDate=2022-03-30T23:29:19.372840&endDate=2024-03-30T23:29:19.372840","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders","date-range"],"host":["localhost"],"query":[{"key":"startDate","value":"2022-03-30T23:29:19.372840"},{"key":"endDate","value":"2024-03-30T23:29:19.372840"}],"variable":[]}},"response":[{"id":"f650d56e-3a77-4f1e-b9bc-105049d792aa","name":"Obtener pedido por rango fecha","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/orders/date-range?startDate=2022-03-30T23:29:19.372840&endDate=2024-03-30T23:29:19.372840","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","orders","date-range"],"query":[{"key":"startDate","value":"2022-03-30T23:29:19.372840"},{"key":"endDate","value":"2024-03-30T23:29:19.372840"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:00:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b\",\n        \"fechaPedido\": \"2023-05-15T10:30:00\",\n        \"status\": \"ENTREGADO\",\n        \"cliente\": {\n            \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n            \"nombre\": \"Pedro\",\n            \"email\": \"cliente2@example.com\",\n            \"direccion\": \"Avenida Principal 456, Ciudad B\"\n        }\n    }\n]"}],"_postman_id":"6976c349-f787-4a60-9327-af5252514ab0"},{"name":"Obtener pedido por cliente y estado","id":"37f10b1d-7033-4f6b-9d71-92918a7830f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/customer/e8319306-a382-48f5-986f-6bb7d98eb96d?status=PENDIENTE","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders","customer","e8319306-a382-48f5-986f-6bb7d98eb96d"],"host":["localhost"],"query":[{"key":"status","value":"PENDIENTE"}],"variable":[]}},"response":[{"id":"e00b668c-1781-4ec3-933a-4f24243d59d8","name":"Obtener pedido por cliente y estado","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"fechaPedido\": \"2024-03-30T03:10:44.653186\",\n    \"EstadoPedido\": \"PENDIENTE\"\n    \n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/orders/customer/e8319306-a382-48f5-986f-6bb7d98eb96d?status=PENDIENTE","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","orders","customer","e8319306-a382-48f5-986f-6bb7d98eb96d"],"query":[{"key":"status","value":"PENDIENTE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:00:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"a40ba2ad-975d-4a52-90f2-d4e59167e0ca\",\n        \"fechaPedido\": \"2020-05-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\",\n            \"nombre\": \"Pedro\",\n            \"email\": \"cliente2@example.com\",\n            \"direccion\": \"Avenida Principal 456, Ciudad B\"\n        }\n    }\n]"}],"_postman_id":"37f10b1d-7033-4f6b-9d71-92918a7830f1"},{"name":"Borrar un pedido","id":"1ac21c00-5cf7-498c-b223-6d274c6c8937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"fechaPedido\": \"2023-05-15T10:30:00\",\n  \"status\": \"PENDIENTE\",\n  \"cliente\": {\n    \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/1a388634-40d1-4b36-955b-4baa606ac032","urlObject":{"protocol":"http","port":"8080","path":["api","v1","orders","1a388634-40d1-4b36-955b-4baa606ac032"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a2555a62-af90-4143-a0c0-c09fccfadd4a","name":"Borrar un pedido","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"fechaPedido\": \"2023-05-15T10:30:00\",\n  \"status\": \"PENDIENTE\",\n  \"cliente\": {\n    \"id\": \"e8319306-a382-48f5-986f-6bb7d98eb96d\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/orders/38b0e1e3-be1b-4a55-a4bb-c9ebdd96210b"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"16"},{"key":"Date","value":"Sun, 31 Mar 2024 04:01:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Pedido Eliminado"}],"_postman_id":"1ac21c00-5cf7-498c-b223-6d274c6c8937"}],"id":"bf53ad91-7aeb-43ab-a0c9-0dc9b7606725","_postman_id":"bf53ad91-7aeb-43ab-a0c9-0dc9b7606725","description":""},{"name":"shipping","item":[{"name":"Guardar detalle de envio","id":"50dd6757-03c7-42a0-8fd6-1d5cb9155b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"direccion\": \"Rio frio casa 2\",\n    \"transportadora\": \"Colombia Express\",\n    \"numeroGuia\": 1213131,\n    \"pedido\": {\n        \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping","urlObject":{"protocol":"http","port":"8080","path":["api","v1","shipping"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"10a983a6-d24d-499d-a4e6-b8ac0b5a085b","name":"Guardar detalle de envio","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"direccion\": \"Rio frio casa 2\",\n    \"transportadora\": \"Colombia Express\",\n    \"numeroGuia\": 1213131,\n    \"pedido\": {\n        \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:09:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d6b5ea97-a1e1-48e0-838a-eed251ad8f54\",\n    \"direccion\": \"Rio frio casa 2\",\n    \"transportadora\": \"Colombia Express\",\n    \"numeroGuia\": 1213131,\n    \"pedido\": {\n        \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\",\n        \"fechaPedido\": \"2023-05-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n            \"nombre\": \"Ana\",\n            \"email\": \"cliente4@example.com\",\n            \"direccion\": \"Calle Central 321, Ciudad A\"\n        }\n    }\n}"}],"_postman_id":"50dd6757-03c7-42a0-8fd6-1d5cb9155b58"},{"name":"Editar un detalle de envio","id":"08a71142-2bfd-4ba3-83f5-ee3499e814bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"direccion\": \"Rio frio casa 1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/d6b5ea97-a1e1-48e0-838a-eed251ad8f54","urlObject":{"protocol":"http","port":"8080","path":["api","v1","shipping","d6b5ea97-a1e1-48e0-838a-eed251ad8f54"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bf2c1ed9-27c5-41bc-8307-6dd962eff61b","name":"Editar un detalle de envio","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"direccion\": \"Rio frio casa 1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/d6b5ea97-a1e1-48e0-838a-eed251ad8f54"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:09:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d6b5ea97-a1e1-48e0-838a-eed251ad8f54\",\n    \"direccion\": \"Rio frio casa 1\",\n    \"transportadora\": \"Colombia Express\",\n    \"numeroGuia\": 1213131,\n    \"pedido\": {\n        \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\",\n        \"fechaPedido\": \"2023-05-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n            \"nombre\": \"Ana\",\n            \"email\": \"cliente4@example.com\",\n            \"direccion\": \"Calle Central 321, Ciudad A\"\n        }\n    }\n}"}],"_postman_id":"08a71142-2bfd-4ba3-83f5-ee3499e814bc"},{"name":"obtener todos los detalles de envio","id":"9dc9534f-f73b-4498-94d8-d46393cc6da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping","urlObject":{"protocol":"http","port":"8080","path":["api","v1","shipping"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fa8b40d5-a819-4457-8c3c-fe37f3ba4f95","name":"obtener todos los detalles de envio","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:09:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"d6b5ea97-a1e1-48e0-838a-eed251ad8f54\",\n        \"direccion\": \"Rio frio casa 1\",\n        \"transportadora\": \"Colombia Express\",\n        \"numeroGuia\": 1213131,\n        \"pedido\": {\n            \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\",\n            \"fechaPedido\": \"2023-05-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n                \"nombre\": \"Ana\",\n                \"email\": \"cliente4@example.com\",\n                \"direccion\": \"Calle Central 321, Ciudad A\"\n            }\n        }\n    }\n]"}],"_postman_id":"9dc9534f-f73b-4498-94d8-d46393cc6da7"},{"name":"obtener detalle envio por id","id":"48396429-c3f9-4ad8-9456-f53285cb9fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/d6b5ea97-a1e1-48e0-838a-eed251ad8f54","urlObject":{"protocol":"http","port":"8080","path":["api","v1","shipping","d6b5ea97-a1e1-48e0-838a-eed251ad8f54"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c900fc0e-9446-4f7e-818d-0d53abe0c67e","name":"obtener detalle envio por id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/d6b5ea97-a1e1-48e0-838a-eed251ad8f54"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:09:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d6b5ea97-a1e1-48e0-838a-eed251ad8f54\",\n    \"direccion\": \"Rio frio casa 1\",\n    \"transportadora\": \"Colombia Express\",\n    \"numeroGuia\": 1213131,\n    \"pedido\": {\n        \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\",\n        \"fechaPedido\": \"2023-05-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n            \"nombre\": \"Ana\",\n            \"email\": \"cliente4@example.com\",\n            \"direccion\": \"Calle Central 321, Ciudad A\"\n        }\n    }\n}"}],"_postman_id":"48396429-c3f9-4ad8-9456-f53285cb9fbf"},{"name":"obtener detalle envio por id pedido","id":"4a6ae1ae-9605-4b90-b58c-eacc521d4dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/order/dd69229f-9159-465a-8440-7ff6ce849d24","urlObject":{"protocol":"http","port":"8080","path":["api","v1","shipping","order","dd69229f-9159-465a-8440-7ff6ce849d24"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e03fd586-aa65-4308-b696-4386a6d00dcb","name":"obtener detalle envio por id pedido","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/order/dd69229f-9159-465a-8440-7ff6ce849d24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:09:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d6b5ea97-a1e1-48e0-838a-eed251ad8f54\",\n    \"direccion\": \"Rio frio casa 1\",\n    \"transportadora\": \"Colombia Express\",\n    \"numeroGuia\": 1213131,\n    \"pedido\": {\n        \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\",\n        \"fechaPedido\": \"2023-05-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n            \"nombre\": \"Ana\",\n            \"email\": \"cliente4@example.com\",\n            \"direccion\": \"Calle Central 321, Ciudad A\"\n        }\n    }\n}"}],"_postman_id":"4a6ae1ae-9605-4b90-b58c-eacc521d4dbe"},{"name":"obtener detalle envio por transportadora","id":"70d6f801-1cb4-456b-9e23-d02c4fd8c402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/carrier?name=Colombia","urlObject":{"protocol":"http","port":"8080","path":["api","v1","shipping","carrier"],"host":["localhost"],"query":[{"key":"name","value":"Colombia"}],"variable":[]}},"response":[{"id":"f26a2e80-7a36-4d22-885a-a47d25cc79f4","name":"obtener detalle envio por transportadora","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/shipping/carrier?name=Colombia","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","shipping","carrier"],"query":[{"key":"name","value":"Colombia"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Mar 2024 04:10:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"d6b5ea97-a1e1-48e0-838a-eed251ad8f54\",\n        \"direccion\": \"Rio frio casa 1\",\n        \"transportadora\": \"Colombia Express\",\n        \"numeroGuia\": 1213131,\n        \"pedido\": {\n            \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\",\n            \"fechaPedido\": \"2023-05-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n                \"nombre\": \"Ana\",\n                \"email\": \"cliente4@example.com\",\n                \"direccion\": \"Calle Central 321, Ciudad A\"\n            }\n        }\n    }\n]"}],"_postman_id":"70d6f801-1cb4-456b-9e23-d02c4fd8c402"},{"name":"Editar un detalle de envio Copy","id":"d2b43483-6de0-4fa3-8439-0fa4441dba9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/d6b5ea97-a1e1-48e0-838a-eed251ad8f54","urlObject":{"protocol":"http","port":"8080","path":["api","v1","shipping","d6b5ea97-a1e1-48e0-838a-eed251ad8f54"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0fa26890-e37c-4772-acf6-f7ff9d3f501d","name":"Editar un detalle de envio Copy","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/shipping/d6b5ea97-a1e1-48e0-838a-eed251ad8f54"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Date","value":"Sun, 31 Mar 2024 04:10:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Detalle de envío eliminado"}],"_postman_id":"d2b43483-6de0-4fa3-8439-0fa4441dba9e"}],"id":"754aa19b-7c2b-46e9-9c5b-3679e91a68a7","_postman_id":"754aa19b-7c2b-46e9-9c5b-3679e91a68a7","description":""},{"name":"payments","item":[{"name":"Guardar pago","id":"36785b60-d92c-476d-8b48-1ff784b72e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments","urlObject":{"protocol":"http","port":"8080","path":["api","v1","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46f0c9f3-f37c-46d2-b5a1-71f820d65cd4","name":"guardar pago","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Apr 2024 02:37:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4b87dfdd-ae08-4a39-8403-7133e01928ff\",\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n        \"fechaPedido\": \"2000-03-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n            \"nombre\": \"María\",\n            \"email\": \"cliente3@example.com\",\n            \"direccion\": \"Carrera 789, Ciudad C\"\n        }\n    }\n}"}],"_postman_id":"36785b60-d92c-476d-8b48-1ff784b72e2d"},{"name":"Obtiene todos los pagos","id":"7ee05daf-0f77-4042-9547-1d6d840822ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments","urlObject":{"protocol":"http","port":"8080","path":["api","v1","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea329e49-e106-4eef-90d8-36bd53b414c0","name":"Obtiene todos los pagos","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Apr 2024 02:37:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"18fd1707-32ce-465d-b7a8-bd83cc15508b\",\n        \"totalPago\": 55000,\n        \"fechaPago\": \"2000-05-15T10:32:00\",\n        \"metodoPago\": \"NEQUI\",\n        \"pedido\": {\n            \"id\": \"dd69229f-9159-465a-8440-7ff6ce849d24\",\n            \"fechaPedido\": \"2023-05-15T10:30:00\",\n            \"status\": \"ENTREGADO\",\n            \"cliente\": {\n                \"id\": \"58d60d2f-57d1-4b61-a4fe-455845d4f501\",\n                \"nombre\": \"Ana\",\n                \"email\": \"cliente4@example.com\",\n                \"direccion\": \"Calle Central 321, Ciudad A\"\n            }\n        }\n    },\n    {\n        \"id\": \"4b87dfdd-ae08-4a39-8403-7133e01928ff\",\n        \"totalPago\": 100000,\n        \"fechaPago\": \"2020-05-15T10:32:00\",\n        \"metodoPago\": \"PAYPAL\",\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        }\n    }\n]"}],"_postman_id":"7ee05daf-0f77-4042-9547-1d6d840822ae"},{"name":"Obtener pago por pedidoId y método de pago","id":"2b6a63a6-9697-4f94-b03a-e2875dfe3c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments/order/1a388634-40d1-4b36-955b-4baa606ac032?metodopago=PAYPAL","urlObject":{"protocol":"http","port":"8080","path":["api","v1","payments","order","1a388634-40d1-4b36-955b-4baa606ac032"],"host":["localhost"],"query":[{"key":"metodopago","value":"PAYPAL"}],"variable":[]}},"response":[{"id":"7be83a7c-82b0-4301-93fe-7bb1d3bce360","name":"Obtener pago por pedidoId y método de pago","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/payments/order/1a388634-40d1-4b36-955b-4baa606ac032?metodopago=PAYPAL","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","payments","order","1a388634-40d1-4b36-955b-4baa606ac032"],"query":[{"key":"metodopago","value":"PAYPAL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Apr 2024 02:39:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4b87dfdd-ae08-4a39-8403-7133e01928ff\",\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n        \"fechaPedido\": \"2000-03-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n            \"nombre\": \"María\",\n            \"email\": \"cliente3@example.com\",\n            \"direccion\": \"Carrera 789, Ciudad C\"\n        }\n    }\n}"}],"_postman_id":"2b6a63a6-9697-4f94-b03a-e2875dfe3c6e"},{"name":"Obtener pagos entre fechas","id":"a9109452-5131-4ce5-906a-5be2cb78a67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments/date-range?startDate=2020-05-15T10:32:00&endDate=2024-05-15T10:32:00","urlObject":{"protocol":"http","port":"8080","path":["api","v1","payments","date-range"],"host":["localhost"],"query":[{"key":"startDate","value":"2020-05-15T10:32:00"},{"key":"endDate","value":"2024-05-15T10:32:00"}],"variable":[]}},"response":[{"id":"e633b648-b8bb-4687-9f03-733919abbf04","name":"Obtener pagos entre fechas","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 100000,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/v1/payments/date-range?startDate=2020-05-15T10:32:00&endDate=2024-05-15T10:32:00","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","payments","date-range"],"query":[{"key":"startDate","value":"2020-05-15T10:32:00"},{"key":"endDate","value":"2024-05-15T10:32:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Apr 2024 02:52:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4b87dfdd-ae08-4a39-8403-7133e01928ff\",\n        \"totalPago\": 100000,\n        \"fechaPago\": \"2020-05-15T10:32:00\",\n        \"metodoPago\": \"PAYPAL\",\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        }\n    }\n]"}],"_postman_id":"a9109452-5131-4ce5-906a-5be2cb78a67b"},{"name":"Editar un pago por id","id":"d6bb79aa-46c5-424e-83ab-0c8f59de6409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 99999\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments/4b87dfdd-ae08-4a39-8403-7133e01928ff","urlObject":{"protocol":"http","port":"8080","path":["api","v1","payments","4b87dfdd-ae08-4a39-8403-7133e01928ff"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4359feec-1dc8-4afe-a487-895c0ab31ed0","name":"Editar un pago por id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"totalPago\": 99999\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments/4b87dfdd-ae08-4a39-8403-7133e01928ff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Apr 2024 02:54:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4b87dfdd-ae08-4a39-8403-7133e01928ff\",\n    \"totalPago\": 99999,\n    \"fechaPago\": \"2020-05-15T10:32:00\",\n    \"metodoPago\": \"PAYPAL\",\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n        \"fechaPedido\": \"2000-03-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n            \"nombre\": \"María\",\n            \"email\": \"cliente3@example.com\",\n            \"direccion\": \"Carrera 789, Ciudad C\"\n        }\n    }\n}"}],"_postman_id":"d6bb79aa-46c5-424e-83ab-0c8f59de6409"},{"name":"Eliminar pago por id","id":"a9435585-559b-4328-8255-ba71bcb94dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments/be116c4d-86e3-4b5f-bd2d-b13c276aa285","urlObject":{"protocol":"http","port":"8080","path":["api","v1","payments","be116c4d-86e3-4b5f-bd2d-b13c276aa285"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc018e3d-ec9f-4054-bbd4-c846382553f9","name":"Eliminar pago por id","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/payments/be116c4d-86e3-4b5f-bd2d-b13c276aa285"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"14"},{"key":"Date","value":"Mon, 01 Apr 2024 03:14:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Pago eliminado"}],"_postman_id":"a9435585-559b-4328-8255-ba71bcb94dc5"}],"id":"90d3a8ba-64ca-4193-8f0c-36f5815b4aab","_postman_id":"90d3a8ba-64ca-4193-8f0c-36f5815b4aab","description":""},{"name":"order-items","item":[{"name":"Guardar item pedido","id":"d2d43124-7ed2-4050-9d0b-6660bdef9e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cantidad\": 2,\n    \"precioUnitario\": 124,\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    },\n    \"product\": {\n        \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/order-items","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order-items"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"25bb67cf-a6c2-42ca-b577-3a884dc5e46a","name":"Guardar item pedido","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cantidad\": 2,\n    \"precioUnitario\": 124,\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\"\n    },\n    \"product\": {\n        \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/order-items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Apr 2024 01:56:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cf004863-2d4b-449c-ab13-615f5962d3ed\",\n    \"cantidad\": 2,\n    \"precioUnitario\": 124,\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n        \"fechaPedido\": \"2000-03-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n            \"nombre\": \"María\",\n            \"email\": \"cliente3@example.com\",\n            \"direccion\": \"Carrera 789, Ciudad C\"\n        }\n    },\n    \"product\": {\n        \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n        \"nombre\": \"Samsung Galaxy S21 Ultra\",\n        \"price\": 1199.99,\n        \"stock\": 70\n    }\n}"}],"_postman_id":"d2d43124-7ed2-4050-9d0b-6660bdef9e6d"},{"name":"Borrar Item pedido","id":"bd5cf6ed-7602-4a69-b748-2671386fb119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/order-items/cf004863-2d4b-449c-ab13-615f5962d3ed","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order-items","cf004863-2d4b-449c-ab13-615f5962d3ed"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ad327c75-1325-4086-b7be-d94fee34bc12","name":"Borrar Item pedido","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/order-items/cf004863-2d4b-449c-ab13-615f5962d3ed"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"64"},{"key":"Date","value":"Tue, 02 Apr 2024 02:01:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"ItemPedido con ID cf004863-2d4b-449c-ab13-615f5962d3ed eliminado"}],"_postman_id":"bd5cf6ed-7602-4a69-b748-2671386fb119"},{"name":"Editar Item pedido Copy","id":"d3f24861-2b71-4d6c-9005-190de8585084","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cantidad\": 1,\n    \"precioUnitario\": 1999.99,\n    \"product\": {\n        \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/order-items/cf004863-2d4b-449c-ab13-615f5962d3ed","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order-items","cf004863-2d4b-449c-ab13-615f5962d3ed"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"863e83d9-88f5-4e05-a9b1-786ebca93f0b","name":"Editar Item pedido","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cantidad\": 1,\n    \"precioUnitario\": 1999.99,\n    \"product\": {\n        \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/order-items/cf004863-2d4b-449c-ab13-615f5962d3ed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Apr 2024 02:34:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cf004863-2d4b-449c-ab13-615f5962d3ed\",\n    \"cantidad\": 1,\n    \"precioUnitario\": 1999.99,\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n        \"fechaPedido\": \"2000-03-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n            \"nombre\": \"María\",\n            \"email\": \"cliente3@example.com\",\n            \"direccion\": \"Carrera 789, Ciudad C\"\n        }\n    },\n    \"product\": {\n        \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\",\n        \"nombre\": \"MacBook Pro 2021\",\n        \"price\": 1999.99,\n        \"stock\": 0\n    }\n}"}],"_postman_id":"d3f24861-2b71-4d6c-9005-190de8585084"},{"name":"Obtener todos los items pedido","id":"a8e20406-1fbb-449c-8103-7913178be5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order-items"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8b7cf5e5-96ba-4751-affc-4d512ff732ff","name":"Obtener todos los items pedido","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Apr 2024 02:44:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"dbc6b69e-ab65-4e5e-adce-ff559f67357f\",\n        \"cantidad\": 2,\n        \"precioUnitario\": 124,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n            \"nombre\": \"Samsung Galaxy S21 Ultra\",\n            \"price\": 1199.99,\n            \"stock\": 70\n        }\n    },\n    {\n        \"id\": \"b3f63c73-216c-471e-b40a-cb13714aec72\",\n        \"cantidad\": 2,\n        \"precioUnitario\": 124,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n            \"nombre\": \"Samsung Galaxy S21 Ultra\",\n            \"price\": 1199.99,\n            \"stock\": 70\n        }\n    },\n    {\n        \"id\": \"015ca0e9-a9b5-4658-815c-caac017f1b1f\",\n        \"cantidad\": 2,\n        \"precioUnitario\": 124,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n            \"nombre\": \"Samsung Galaxy S21 Ultra\",\n            \"price\": 1199.99,\n            \"stock\": 70\n        }\n    },\n    {\n        \"id\": \"cf004863-2d4b-449c-ab13-615f5962d3ed\",\n        \"cantidad\": 1,\n        \"precioUnitario\": 1999.99,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\",\n            \"nombre\": \"MacBook Pro 2021\",\n            \"price\": 1999.99,\n            \"stock\": 0\n        }\n    }\n]"}],"_postman_id":"a8e20406-1fbb-449c-8103-7913178be5ae"},{"name":"Obtener un item pedido por id","id":"791bb91b-cf88-4ef6-a066-f8d1fca1a9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items/cf004863-2d4b-449c-ab13-615f5962d3ed","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order-items","cf004863-2d4b-449c-ab13-615f5962d3ed"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4fb6bd60-0658-4d8c-ac72-5e6cb4c47a38","name":"Obtener un item pedido por id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items/cf004863-2d4b-449c-ab13-615f5962d3ed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Apr 2024 02:37:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cf004863-2d4b-449c-ab13-615f5962d3ed\",\n    \"cantidad\": 1,\n    \"precioUnitario\": 1999.99,\n    \"pedido\": {\n        \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n        \"fechaPedido\": \"2000-03-15T10:30:00\",\n        \"status\": \"PENDIENTE\",\n        \"cliente\": {\n            \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n            \"nombre\": \"María\",\n            \"email\": \"cliente3@example.com\",\n            \"direccion\": \"Carrera 789, Ciudad C\"\n        }\n    },\n    \"product\": {\n        \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\",\n        \"nombre\": \"MacBook Pro 2021\",\n        \"price\": 1999.99,\n        \"stock\": 0\n    }\n}"}],"_postman_id":"791bb91b-cf88-4ef6-a066-f8d1fca1a9b0"},{"name":"Obtener items pedido por order id","id":"99c28286-bd2a-4e36-bdab-f095f1e9dca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items/order/1a388634-40d1-4b36-955b-4baa606ac032","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order-items","order","1a388634-40d1-4b36-955b-4baa606ac032"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e0b9d1f8-8c95-4dcb-abe7-1f0886001825","name":"Obtener items pedido por order id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items/order/1a388634-40d1-4b36-955b-4baa606ac032"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Apr 2024 02:40:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"dbc6b69e-ab65-4e5e-adce-ff559f67357f\",\n        \"cantidad\": 2,\n        \"precioUnitario\": 124,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n            \"nombre\": \"Samsung Galaxy S21 Ultra\",\n            \"price\": 1199.99,\n            \"stock\": 70\n        }\n    },\n    {\n        \"id\": \"b3f63c73-216c-471e-b40a-cb13714aec72\",\n        \"cantidad\": 2,\n        \"precioUnitario\": 124,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n            \"nombre\": \"Samsung Galaxy S21 Ultra\",\n            \"price\": 1199.99,\n            \"stock\": 70\n        }\n    },\n    {\n        \"id\": \"015ca0e9-a9b5-4658-815c-caac017f1b1f\",\n        \"cantidad\": 2,\n        \"precioUnitario\": 124,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"12bd45ff-822d-4c05-bc95-f4f07753704d\",\n            \"nombre\": \"Samsung Galaxy S21 Ultra\",\n            \"price\": 1199.99,\n            \"stock\": 70\n        }\n    },\n    {\n        \"id\": \"cf004863-2d4b-449c-ab13-615f5962d3ed\",\n        \"cantidad\": 1,\n        \"precioUnitario\": 1999.99,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\",\n            \"nombre\": \"MacBook Pro 2021\",\n            \"price\": 1999.99,\n            \"stock\": 0\n        }\n    }\n]"}],"_postman_id":"99c28286-bd2a-4e36-bdab-f095f1e9dca9"},{"name":"Obtener items pedido por product id","id":"bfde79dc-91d8-4396-920c-66652462c09d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items/product/e14e4c45-0974-484f-bba7-44e5305f22c1","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order-items","product","e14e4c45-0974-484f-bba7-44e5305f22c1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"01224daa-8db5-491f-9cfd-667c35af3fb7","name":"Obtener items pedido por product id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order-items/product/e14e4c45-0974-484f-bba7-44e5305f22c1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 02 Apr 2024 02:42:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"cf004863-2d4b-449c-ab13-615f5962d3ed\",\n        \"cantidad\": 1,\n        \"precioUnitario\": 1999.99,\n        \"pedido\": {\n            \"id\": \"1a388634-40d1-4b36-955b-4baa606ac032\",\n            \"fechaPedido\": \"2000-03-15T10:30:00\",\n            \"status\": \"PENDIENTE\",\n            \"cliente\": {\n                \"id\": \"d63cdfa1-fd2e-4d49-bc53-310a9cc22a51\",\n                \"nombre\": \"María\",\n                \"email\": \"cliente3@example.com\",\n                \"direccion\": \"Carrera 789, Ciudad C\"\n            }\n        },\n        \"product\": {\n            \"id\": \"e14e4c45-0974-484f-bba7-44e5305f22c1\",\n            \"nombre\": \"MacBook Pro 2021\",\n            \"price\": 1999.99,\n            \"stock\": 0\n        }\n    }\n]"}],"_postman_id":"bfde79dc-91d8-4396-920c-66652462c09d"}],"id":"8ff0f3d9-1fe2-43a4-91f3-d8f7b872ef5b","_postman_id":"8ff0f3d9-1fe2-43a4-91f3-d8f7b872ef5b","description":""}]}