Skip to main content
POST
/
v1
/
scanner
/
restocking
/
{id}
Perform restock action
curl --request POST \
  --url http://localhost:3000/v1/scanner/restocking/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "claim"
}
'
null

Path Parameters

id
string<uuid>
required

Restock list ID

Body

application/json
action
enum<string>
required

Action to perform

Available options:
claim,
start,
complete

Response

Action performed

The response is of type unknown.