# Get Inventory By List Code Get inventory for a list of variant codes across specified outlets. Requires the "VIEW" role in the "Inventory" group. Endpoint: POST /api/v3/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)