Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Location code or UUID
"A-01-01-01-01"
Inventory group details
Show child attributes