Click or drag to resize
ConnectorImportProducts Method (String, String)
Imports products from the specified importFile to the eSales cluster.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public void ImportProducts(
	string importFile,
	string name
)

Parameters

importFile
Type: SystemString
The file containing product data
name
Type: SystemString
A unique identifier for the request. If null, a generated id will be used.
Exceptions
ExceptionCondition
BusyClusterExceptionCluster is busy with another task.
See Also