Raesquiv13 / gpos-System

Sistema de punto de venta
1 stars 0 forks source link

Create an API to get the list of all products in inventory based on userEmail #12

Open Raesquiv13 opened 4 years ago

Raesquiv13 commented 4 years ago

As the product owner, I want to:

API: Verb: GET URL: "/api/inventory/:userEmail"

response status : 200

body { "productId" : "", "stock" : 0 }

error status: 500 "message" : "Error al realizar la peticion"