curl --request GET \
--url 'https://api.stateset.com/api/v1/put-aways' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"put_aways": [
{
"assigned_to": null,
"created_at": "string",
"from_location_id": null,
"id": "string",
"quantity": "string",
"receipt_id": "string",
"receipt_item_id": "string",
"sku": "string",
"status": "string",
"to_location_id": 1
}
],
"total": 1
}
List put aways
List put aways
GET
/
api
/
v1
/
put-aways
curl --request GET \
--url 'https://api.stateset.com/api/v1/put-aways' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"put_aways": [
{
"assigned_to": null,
"created_at": "string",
"from_location_id": null,
"id": "string",
"quantity": "string",
"receipt_id": "string",
"receipt_item_id": "string",
"sku": "string",
"status": "string",
"to_location_id": 1
}
],
"total": 1
}
Query parameters
string
integer (int32)
string
string
integer (int32)
integer (int32)
Responses
PutAwayListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/put-aways' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"put_aways": [
{
"assigned_to": null,
"created_at": "string",
"from_location_id": null,
"id": "string",
"quantity": "string",
"receipt_id": "string",
"receipt_item_id": "string",
"sku": "string",
"status": "string",
"to_location_id": 1
}
],
"total": 1
}
⌘I