IList<Product> FindProducts( string name, bool searchDescription, string sku, int categoryId, int manufacturerId, int vendorId, int wrapGroupId, BitFieldState featured, int taxCodeId, int warehouseId, decimal lowPrice, decimal highPrice, bool digitalGoodsOnly, bool giftCertificatesOnly, bool kitsOnly, bool subscriptionsOnly, int groupId, string assignmentTable, int assignmentValue, BitFieldState assignmentStatus, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- name
- The name of the product
- searchDescription
- Search in description fields
- sku
- The sku of the product
- categoryId
- The category Id of the product
- manufacturerId
- The manufacturer Id of the product. Use special value (-1) to search products without any manufacturers assigned.
- vendorId
- The vendor Id of the product. Use special value (-1) to search products without any vendors assigned.
- wrapGroupId
- The wrapGroup Id of the product. Use special value (-1) to search products without any wrapGroups assigned.
- featured
- Whether the product is featured or not
- taxCodeId
- The tax code Id of the product. Use special value (-1) to search products without any tax codes assigned.
- warehouseId
- The warehouse Id of the product. Use special value (-1) to search products without any warehouses assigned.
- lowPrice
- Low product price
- highPrice
- High product price
- digitalGoodsOnly
- Digital Goods only
- giftCertificatesOnly
- Gift Certificates only
- kitsOnly
- Kits only
- subscriptionsOnly
- Subscription only
- groupId
- Assigned Group
- assignmentTable
- Table products are assigned to
- assignmentValue
- Id of entity products are assigned to
- assignmentStatus
- Assignment status of products
- 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
List of products matching the given parameters