  | 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
Syntaxpublic static bool FetchProductInfos(
	List<Product> products
)
Public Shared Function FetchProductInfos ( 
	products As List(Of Product)
) As Boolean
Parameters
- products
 - Type: System.Collections.GenericListProduct
The products. 
Return Value
Type: 
Booleantrue if products information was fetched, 
false otherwise.
See Also