| VariantGroupServiceDeleteProductRelation Method (String, String, String) |
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void DeleteProductRelation(
string productId,
string groupId = "",
string relationId = ""
)
Public Sub DeleteProductRelation (
productId As String,
Optional groupId As String = "",
Optional relationId As String = ""
)
Parameters
- productId
- Type: SystemString
- groupId (Optional)
- Type: SystemString
- relationId (Optional)
- Type: SystemString
See Also