Skip to main content
GET
/
v1
/
inventory
/
lookup
Lookup product by barcode
curl --request GET \
  --url http://localhost:3000/v1/inventory/lookup
"<unknown>"

Query Parameters

barcode
string
required

Product barcode

Minimum string length: 1
Example:

12345678901

location_id
string<uuid>

Inventory group ID to check

Response

Product and inventory details

The response is of type unknown.