SKUListAddVariant Method (String, String)A Sandcastle Documented Class Library
Add a to the list specifying which product it belongs to.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public SKUList AddVariant(
	string productKey,
	string variantKey
)

Parameters

productKey
Type: SystemString
The product key
variantKey
Type: SystemString
The variant key

Return Value

Type: SKUList
The list itself for chaining
See Also

Reference