IFlashpointShoppingCartUpdate Method

Updates top-level values on a cart

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IShoppingCartState Update(
	string cartToken,
	Object valueUpdates
)

Parameters

cartToken  String
Working cart token
valueUpdates  Object
A flex-compatible object with the values to be set on the NetFORUM shopping cart

Return Value

IShoppingCartState
The updated cart

See Also