Click or drag to resize

AssortmentProductRelationGetAssortmentRelationsByProductID Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Services.Assortments.GetAssortmentRelationsByProductId instead.")]
public static IEnumerable<AssortmentRelation> GetAssortmentRelationsByProductID(
	string productID,
	string productVariantID
)

Parameters

productID
Type: SystemString
productVariantID
Type: SystemString

Return Value

Type: IEnumerableAssortmentRelation
See Also