Click or drag to resize

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 = ""
)

Parameters

productId
Type: SystemString
groupId (Optional)
Type: SystemString
relationId (Optional)
Type: SystemString
See Also