Click or drag to resize
OrderAddVariant Method (String)
Adds an order line for the specified variant and returns the new order line.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public OrderLine AddVariant(
	string variantKey
)

Parameters

variantKey
Type: SystemString
The key of the purchased variant.

Return Value

Type: OrderLine
The added order line.
See Also