# Get Inventory By Code Get inventory details for a variant code across outlets. Requires the "VIEW" role in the "Inventory" group. Endpoint: POST /api/v3/Inventory/Code Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `Outlet` (string) Outlet Name - `Inventory` (integer) OnHand Quantity - `I` (object) - `I.OnHand` (integer) OnHand Quantity - `I.Allocated` (integer) Allocated Quantity - `I.Available` (integer) Available Quantity ## Response 400 fields ## Response 500 fields