Click or drag to resize

ProductProviderBaseGetProductFromVariantComboId Method

Gets the product from variant combo identifier.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public virtual Product GetProductFromVariantComboId(
	Product product
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.

Return Value

Type: Product
Product.
See Also