curl --request POST \
--url 'https://api.stateset.com/api/v1/fulfillment/waves/{id}/release' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"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"
}
Release a wave
Release a wave
POST
/
api
/
v1
/
fulfillment
/
waves
/
{id}
/
release
curl --request POST \
--url 'https://api.stateset.com/api/v1/fulfillment/waves/{id}/release' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"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"
}
Path parameters
string
required
Wave ID
Responses
WaveResponse
ErrorBody
curl --request POST \
--url 'https://api.stateset.com/api/v1/fulfillment/waves/{id}/release' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"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