# Get Inventory By List Code >Also available as HTTP POST with the same endpoint Get Inventory By List Outlet and List Code Required Group Role: "Inventory" - "VIEW" Endpoint: GET /Inventory/ListCode Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `ID` (string) Variants ID - `Code` (string) Variant's Code - `I` (object) - `I.OnHand` (integer) OnHand quantity - `I.Allocated` (integer) Allocated quantity - `I.Available` (integer) Available quantity ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)