IFlashpointShoppingCartDeleteDetail Method

Removes an invoice detail from the cart

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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