curl --request GET \
--url http://localhost:3000/v1/inventory/groups/{locationCode}{
"children": [
"<unknown>"
],
"inventory": [
"<unknown>"
],
"totals": {
"total_quantity": 123,
"reserved_quantity": 123,
"available_quantity": 123,
"item_count": 123
},
"group": "<unknown>"
}Returns details for a specific inventory group by location code or UUID.
curl --request GET \
--url http://localhost:3000/v1/inventory/groups/{locationCode}{
"children": [
"<unknown>"
],
"inventory": [
"<unknown>"
],
"totals": {
"total_quantity": 123,
"reserved_quantity": 123,
"available_quantity": 123,
"item_count": 123
},
"group": "<unknown>"
}