# Get Inventory By List ID Get inventory details for a list of variant IDs across specified outlets. Requires the "VIEW" role in the "Inventory" group. Endpoint: POST /api/v3/Inventory/ListID Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `ID` (string) Variant's ID - `Code` (string) Variant's Code - `I` (object) - `I.OnHand` (integer) OnHand quantity - `I.Allocated` (integer) Allocated quantity - `I.AllocatedDirect` (integer) Quantity of items allocated from the direct variant - `I.AllocatedInDirect` (integer) Quantity of items allocated from the indirect variant - `I.Available` (integer) Available quantity - `Children` (array) ## Response 400 fields (application/json): - `Message` (string) Error message ## Response 500 fields (application/json): - `Message` (string) Error message - `StackTrace` (string) Error stack trace message