Skip to main content
GET
/
v1
/
actions
/
identify
Identify barcode
curl --request GET \
  --url http://localhost:3000/v1/actions/identify
{
  "type": "tote",
  "id": "<string>",
  "data": {}
}

Query Parameters

barcode
string
required

Barcode to identify

Example:

"001000000000000001"

Response

200 - application/json
object | null

Barcode identification result (null if not found)

Barcode identification response

type
enum<string>
required
Available options:
tote,
robot,
cart,
bag,
product
id
string
required
data
object
required