int FindProductsCount( string name, string sku, int categoryId, int manufacturerId, int vendorId, BitFieldState featured, int taxCodeId )
Parameters
- name
- The name of the product
- 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.
- 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.
Return Value
The number of products matching the given parameters