IList<ProductVariant> LoadAllForProduct( int productId, int maximumRows, int startRowIndex )
Parameters
- productId
- Id of the product for which to load the ProductVariants
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
Collection of ProductVariant objects