Fortum-Warehouse / UPICK-backend

0 stars 0 forks source link

API to get the single item info #6

Closed ahlstronomi closed 4 years ago

ahlstronomi commented 4 years ago

Description

We need an API for the backend to fetch the info of a single item.

Acceptance Criteria

{
  "id":"11232",
  "name": "screw 200mm",
  "pn": "35029385",
  "length":"200",
  "unit":"mm",
  "material":"Steel",
  "location":"1-4-1",
  "available":122 
}
ahlstronomi commented 4 years ago

Single item info is in NavVis