Click or drag to resize

AssortmentServiceGetAssortmentsByProductId Method (String, String, String)

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Assortment> GetAssortmentsByProductId(
	string productId,
	string variantId,
	string languageId
)

Parameters

productId
Type: SystemString
variantId
Type: SystemString
languageId
Type: SystemString

Return Value

Type: IEnumerableAssortment
See Also