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: 3.47.3
Syntax
C#
public void NotifyAddingToCart( string ticketEnc )
Parameters
- ticketEnc
- Type: SystemString
The ticket for the object that was added to cart
Exceptions
Exception | Condition |
---|---|
IllegalArgumentException | If ticketEnc is null or empty |
See Also