curl --request GET \
--url 'https://api.stateset.com/api/v1/fulfillment/waves' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"total": 1,
"waves": [
{
"completed_pick_count": 1,
"created_at": "string",
"id": "string",
"order_count": 1,
"pick_count": 1,
"priority": 1,
"status": "string",
"warehouse_id": 1,
"wave_number": "string"
}
]
}
List waves
GET
/
api
/
v1
/
fulfillment
/
waves
curl --request GET \
--url 'https://api.stateset.com/api/v1/fulfillment/waves' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"total": 1,
"waves": [
{
"completed_pick_count": 1,
"created_at": "string",
"id": "string",
"order_count": 1,
"pick_count": 1,
"priority": 1,
"status": "string",
"warehouse_id": 1,
"wave_number": "string"
}
]
}
Query parameters
integer (int32)
string
integer (int32)
integer (int32)
Responses
WaveListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/fulfillment/waves' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"total": 1,
"waves": [
{
"completed_pick_count": 1,
"created_at": "string",
"id": "string",
"order_count": 1,
"pick_count": 1,
"priority": 1,
"status": "string",
"warehouse_id": 1,
"wave_number": "string"
}
]
}
⌘I