Click or drag to resize

AssortmentService.GetAssortmentRelationsByProductId 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: System.String
productVariantId
Type: System.String

Return Value

Type: IEnumerable<AssortmentProductRelation>
See Also