Click or drag to resize

AssortmentItemGetAssortmentsByProductID 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.GetAssortmentsByProductId instead.")]
public static AssortmentCollection GetAssortmentsByProductID(
	string productID,
	string variantID
)

Parameters

productID
Type: SystemString
variantID
Type: SystemString

Return Value

Type: AssortmentCollection
See Also