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>"
}Scans a barcode to verify and pick an 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>"
}Barcode to scan
112345678901