Click or drag to resize

AssortmentServiceGetAssortmentRelationsByProductId Method

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<AssortmentProductRelation> GetAssortmentRelationsByProductId(
	string productId,
	string productVariantId
)

Parameters

productId
Type: SystemString
productVariantId
Type: SystemString

Return Value

Type: IEnumerableAssortmentProductRelation
See Also