Skip to main content
GET
/
v1
/
scanner
/
restocking
List restock lists
curl --request GET \
  --url http://localhost:3000/v1/scanner/restocking
null

Query Parameters

filter
enum<string>
default:my

Filter restock lists: my = assigned to me, available = unclaimed with pending items, all = all active lists

Available options:
my,
available,
all
limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer | null
default:0
Required range: x >= 0

Response

200 - application/json

List of restock lists

The response is of type unknown.