# Get Product List With Outlet Price By List ID Get Product List With Outlet Price By List ID Endpoint: GET /Product/WithOutletPriceByListID 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) 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) date when product is created - `Variants` (array) variaton of the product, exp: size/ colour from product - `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.UnitPrice` (integer) Unit price of variant model - `Variants.OutletPrice` (array) - `Variants.OutletPrice.Outlet` (string) Outlet that assign exlusive price from variant model - `Variants.OutletPrice.UnitPrice` (number) Price of variant model that use in chosen outlet. ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)