# Get Product List With Pricebook By List ID Get Product List With Pricebook By List ID Endpoint: GET /Product/WithPricebookByListID 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.Pricebook` (array) - `Variants.Pricebook.Name` (string) Pricebook's Name that assigned - `Variants.Pricebook.MinimumQuantity` (number) Minimum qty of product in pricebook - `Variants.Pricebook.UnitPrice` (number) Unitprice in pricebook - `Variants.Pricebook.PriceDiscount` (number) Discount Percentage in pricebook ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)