# Search products light [Obsolete("Deprecated, use SearchProductsLite2")] Endpoint: GET /ProductService.svc/rest/SearchProductsLite Version: 1.1 ## Query parameters: - `searchString` (string, required) - `statusId` (integer, required) - `pricelistSeed` (string, required) - `customerId` (string, required) - `companyId` (string, required) - `size` (string, required) - `cultureCode` (string) - `currencyId` (string, required) - `salesAreaId` (string) ## Response 200 fields (application/json): - `Id` (integer) Internal product id. - `Name` (string) MaxLength: 255. - `ManufacturerName` (string) MaxLength: 100. - `Price` (number) The best price excluding VAT for the product. - `VatRate` (number) A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25. - `ImageKey` (string,null) A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters. - `UniqueName` (string) A unique name that can be used in Urls and to get a Product. GetProduct and GetProductByUniqueName gets the same Product. MaxLength: 500. - `CategoryId` (integer,null) - `PriceIncVat` (number) The price including VAT calculated on the server side. Should be used to display prices including VAT.