| VariantServiceAddGroupToProduct Method |
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void AddGroupToProduct(
string productId,
string variantGroupId
)
Public Sub AddGroupToProduct (
productId As String,
variantGroupId As String
)
Parameters
- productId
- Type: SystemString
- variantGroupId
- Type: SystemString
See Also