ProductVariant LoadForOptionList( int productId, IDictionary<int,int> optionChoices )
Parameters
- productId
- ID of the product
- optionChoices
- A dictionary with OptionId as the key and the selected OptionChoiceId as the value.
Return Value
The variant for the given options, or null if the options are invalid