IFlashpointShoppingCartUpdateDetail Method

Updates an invoice detail in the cart

Definition

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

Parameters

cartToken  String
Working cart token
containingCollection  String
The "Invoice Detail Collection" that the invoice detail to update is in
detailId  NetForumId
Invoice detail to update
valueUpdates  Object
A flex-compatible object containing the values to update on the invoice detail

Return Value

IShoppingCartState
The updated cart

See Also