Click or drag to resize

AssortmentService.GetAssortmentRelationsByShopId Method

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<AssortmentShopRelation> GetAssortmentRelationsByShopId(
	string shopId
)

Parameters

shopId
Type: System.String

Return Value

Type: IEnumerable<AssortmentShopRelation>
See Also