Skip to main content
POST
/
v1
/
rfc-picks
/
{id}
/
items
/
{itemId}
/
scan
Scan barcode for item
curl --request POST \
  --url http://localhost:3000/v1/rfc-picks/{id}/items/{itemId}/scan \
  --header 'Content-Type: application/json' \
  --data '
{
  "barcode": 12345678901
}
'
{
  "success": true,
  "item": "<unknown>",
  "message": "<string>",
  "error": "<string>",
  "expected": "<string>",
  "scanned": "<string>"
}

Path Parameters

id
string<uuid>
required

Pick list ID

itemId
string<uuid>
required

Pick list item ID

Body

application/json
barcode
string
required

Barcode to scan

Minimum string length: 1
Example:

12345678901

Response

Scan successful

success
boolean
required
item
unknown
message
string
error
string
expected
string | null
scanned
string