# Get Inventory By ListCode Group by Outlet Get inventory quantities for multiple variant codes grouped by outlet. Requires the "VIEW" role in the "Inventory" group. Endpoint: POST /api/v3/Inventory/CodeArrayGroupByOutlet Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `Code` (string) Variant Code - `Inventories` (array) - `Inventories.Outlet` (string) Outlet Name - `Inventories.Inventory` (integer) On Hand Inventory - `Inventories.I` (object) - `Inventories.I.OnHand` (integer) On Hand Quantity - `Inventories.I.Allocated` (integer) Allocated Quantity - `Inventories.I.Available` (integer) Available Quantity ## Response 400 fields (application/json): - `Message` (string)