Gets all possible variants for specified product and all combinations (including existing variants) of options from categories.
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.
- optionCategoriesIds
- Type: System.Collections.Generic IEnumerable Int32
The option categories IDs
Return Value
Type: List ProductVariantAll possible variants for specified product and all combinations of options from categories
Remarks
See Also