Click or drag to resize

GroupServiceCreateProductGroupRelation Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public ProductGroupRelation CreateProductGroupRelation(
	string productId,
	string groupId,
	Nullable<bool> isPrimary = null
)

Parameters

productId
Type: SystemString
groupId
Type: SystemString
isPrimary (Optional)
Type: SystemNullableBoolean

Return Value

Type: ProductGroupRelation
See Also