# Get Product List With Inventory By List ID Get Product List WIth Inventory By List ID Endpoint: GET /Product/WithInventoryByListID Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `ID` (string) ID number of Product - `Name` (string) Name of product - `Code` (string) Code of Product - `CategoryID` (string) ID number of product category - `Category` (string) Name of product category - `Description` (string) Description of product - `ThumbnailUrl` (string) Thumbnail URL of product image - `ImageUrl` (string) image url from product image - `Created` (string, required) date when product is created - `Discontinued` (boolean) The Availablity status of the product - `Variants` (array) Variation for this product ex: size / color - `Variants.ID` (string) Id number of variant from product - `Variants.Model` (string) Model variant from product, exp: Size L/M/L or Colour Red/White/Blue - `Variants.Code` (string) unique code of variant model - `Variants.Inventory` (integer) Available Quantity (depricated, use I object) - `Variants.Discontinued` (boolean) The availablity of the variants - `Variants.I` (object) Inventory for the variant - `Variants.I.OnHand` (integer) On Hand Quantity - `Variants.I.Allocated` (integer) Allocated Quantity - `Variants.I.Available` (integer) Available Quantity - `Variants.UnitPrice` (number) Price of variant model. ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)