curl --request GET \
--url 'https://api.stateset.com/api/v1/fulfillment/packs' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"packs": [
{
"assigned_to": null,
"carton_count": 1,
"created_at": "string",
"id": "string",
"order_id": "string",
"status": "string",
"total_weight_kg": null
}
],
"total": 1
}
List packs
GET
/
api
/
v1
/
fulfillment
/
packs
curl --request GET \
--url 'https://api.stateset.com/api/v1/fulfillment/packs' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"packs": [
{
"assigned_to": null,
"carton_count": 1,
"created_at": "string",
"id": "string",
"order_id": "string",
"status": "string",
"total_weight_kg": null
}
],
"total": 1
}
Query parameters
string
string
string
integer (int32)
integer (int32)
Responses
PackTaskListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/fulfillment/packs' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"packs": [
{
"assigned_to": null,
"carton_count": 1,
"created_at": "string",
"id": "string",
"order_id": "string",
"status": "string",
"total_weight_kg": null
}
],
"total": 1
}
⌘I