Click or drag to resize
SessionNotifyAddingToCart Method
Sends a notification to the eSales service, about a product being added to the shopping cart by a user in the session.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public void NotifyAddingToCart(
	string ticketEnc
)

Parameters

ticketEnc
Type: SystemString
The ticket for the object that was added to cart
Exceptions
ExceptionCondition
IllegalArgumentExceptionIf ticketEnc is null or empty
See Also