Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:3000/v1/scanner/rfc-picks/{id}/items/{itemId} \ --header 'Content-Type: application/json' \ --data ' { "picked_quantity": 1, "notes": "<string>", "tote_id": "<string>", "bag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "success": true, "item": null, "error": "<string>", "message": "<string>" }
Updates a pick list item status or picked quantity.
Pick list ID
Pick list item ID
Item status
pending
picked
unavailable
Quantity picked
x >= 0
Notes for the item
Tote ID to assign this item to
Bag ID to assign this item to (used in cold pick)
Item updated successfully