Click or drag to resize

ProductManagerFetchProductInfos Method

Fetches the product info from the ERP.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static bool FetchProductInfos(
	List<Product> products
)

Parameters

products
Type: System.Collections.GenericListProduct
The products.

Return Value

Type: Boolean
true if products information was fetched, false otherwise.
See Also