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 '{}'
null

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

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.