curl --request GET \
--url http://localhost:3000/v1/scanner/inventory/groups/{locationCode}{
"children": [
null
],
"inventory": [
null
],
"totals": {
"total_quantity": 123,
"reserved_quantity": 123,
"available_quantity": 123,
"item_count": 123
},
"group": null
}Returns details for a specific inventory group by location code or UUID.
curl --request GET \
--url http://localhost:3000/v1/scanner/inventory/groups/{locationCode}{
"children": [
null
],
"inventory": [
null
],
"totals": {
"total_quantity": 123,
"reserved_quantity": 123,
"available_quantity": 123,
"item_count": 123
},
"group": null
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.