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

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public virtual void ImportProducts(
	Stream stream,
	string name,
	Nullable<bool> force
)

Parameters

stream
Type: System.IOStream
The stream containing product data
name
Type: SystemString
A unique identifier for the request. If null, a generated id will be used.
force
Type: SystemNullableBoolean
If the import should be forced through even if it is considered dangerous (e.g. if it drastically reduces the product count). Setting this to False or null will cause dangerous imports to be rejected with an exception, while True will suppress the rejection and let the import go through.
Exceptions
ExceptionCondition
BusyClusterExceptionCluster is busy with another task.
See Also