# Get Product List By ID You can query a product based on Code or by GUID Endpoint: GET /Product/ListID Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `ListID` (array, required) Array List of multiple product ID ## Response 200 fields (application/json): - `ID` (string) Product ID - `Name` (string) Product Name - `Code` (string) Product Code - `CategoryID` (string) Category ID of Product - `Category` (string) Category of Product - `Description` (string) Product Description - `ImageUrl` (string) Product image URL - `ThumbnailUrl` (string) Thumbnail URL of product image - `ExtraImageURL` (array) Additional Image Url - `Created` (string) Product Created Date - `Variants` (array) Variation for this product, ex: size/ color - `Variants.ID` (string) - `Variants.Model` (string) - `Variants.Code` (string) - `Variants.UnitPrice` (number) - `Variants.Discount` (number) discount percentage of variant's ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)