curl --request PATCH \
--url http://localhost:3000/v1/scanner/restocking/{id}/items/{itemId} \
--header 'Content-Type: application/json' \
--data '
{
"status": "pending",
"restocked_quantity": 1,
"notes": "<string>",
"target_slot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'nullcurl --request PATCH \
--url http://localhost:3000/v1/scanner/restocking/{id}/items/{itemId} \
--header 'Content-Type: application/json' \
--data '
{
"status": "pending",
"restocked_quantity": 1,
"notes": "<string>",
"target_slot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'nullRestock list ID
Restock list item ID
Item updated
The response is of type unknown.