| VariantHelperGetVariantsInternal Method | 
            Gets the variants of specified product.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual ObjectQuery<SKUInfo> GetVariantsInternal(
	int productId
)
Parameters
- productId
- Type: SystemInt32
 The product ID.
Return Value
Type: 
ObjectQuerySKUInfoThe variants of specified product.
 See Also
See Also