 | VariantGroupService.CreateProductRelation Method |
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void CreateProductRelation(
string productId,
string variantGroupId
)
Public Sub CreateProductRelation (
productId As String,
variantGroupId As String
)
Parameters
- productId
- Type: System.String
- variantGroupId
- Type: System.String
See Also