IFlashpointShoppingCartAddHlo Method

Adds an HLO to a cart

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IShoppingCartState AddHlo(
	string cartToken,
	string containingCollection,
	NetForumEntity hlo
)

Parameters

cartToken  String
Working cart token
containingCollection  String
The predefined HLO collection name to which the new HLO will be added
hlo  NetForumEntity
A flex-compatible object with the values to be set on the new HLO

Return Value

IShoppingCartState
The updated cart

See Also