Click or drag to resize

ProductServiceGetProductsByProductAndVariantId Method (Product, String)

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

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
productVariantId
Type: SystemString

Return Value

Type: IEnumerableProduct
See Also