Parameters
- keyword
- keyword to match
- categoryId
- The category ID to search for products (search is recursive to all descendants)
- manufacturerId
- The manufacturer ID to use for filtering serach.
- searchName
- If true product name field is searched
- searchDescription
- If true product description field is searched. This parameter will be ignored for Full Text Search providers if search keywords have a hyphen(-) in it.
- searchSKU
- If true product SKU field is searched
- lowPrice
- The lowest price to include in result.
- highPrice
- The highest price to include in result.
- onlyFeatured
- Restrict to only featured products
- choices
- Restrict using shop by choices
- sortExpression
- Sort expression to use for sorting the loaded products
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
A List of products matching the advanced search criteria