Click or drag to resize

IFlashpointShoppingCartDeleteDetail Method

Removes an invoice detail from the cart

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
IShoppingCartState DeleteDetail(
	string cartToken,
	string containingCollection,
	NetForumId detailId
)

Parameters

cartToken  String
Working car token
containingCollection  String
The "Invoice Detail Collection" that the invoice detail to update is in
detailId  NetForumId
The ID of the invoice detail to remove

Return Value

IShoppingCartState
The updated cart
See Also