OrderAddProduct Method A Sandcastle Documented Class Library
Adds an order line for the specified product and returns the new order line.

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

C#
public OrderLine AddProduct(
	string productKey
)

Parameters

productKey
Type: SystemString
The key of the purchased product.

Return Value

Type: OrderLine
The added order line.
See Also

Reference