Click or drag to resize

AssortmentProductRelation.GetAssortmentRelationsByProductID 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: System.String
productVariantID
Type: System.String

Return Value

Type: IEnumerable<AssortmentRelation>
See Also