I want to find products based solely by the SKU. I see the function ProductDataSource.FindProducts(name, sku, categoryId, manufacturerId, vendorId). Is there some way to pass wild cards for all of the parameters except the sku? Is there another way to do this?
Thanks
FindProducts by SKU
Re: FindProducts by SKU
Ok, I figured it out. However, it seems to be doing a partial match on the SKU. Is there a way to return only exact matches?
Re: FindProducts by SKU
I believe I figured it out. It looks like I need to use "LoadForCriteria".