Click or drag to resize

ProductServiceGetProductsAndVariantsByProduct Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Product> GetProductsAndVariantsByProduct(
	Product product
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct

Return Value

Type: IEnumerableProduct
See Also