Returns list of product variants with newly generated remaining combinations for specified product but with specified variants (listOfVariants) that doesn't need to be saved yet.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- productId
- Type: System Int32
The product id.
- listOfVariants
- Type: System.Collections.Generic List ProductVariant
The list of variants that are already created, but doesn't need to be saved yet.
- optionCategoryIds
- Type: System.Collections.Generic IEnumerable Int32
The option category ids. Must correspond with listOfVariants if specified.
Return Value
Type: List ProductVariantSee Also