Click or drag to resize

IFlashpointShoppingCartAddOpenInvoice Method

Adds an open invoice to the cart

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

Parameters

cartToken  String
Working cart token
invoiceId  NetForumId
ID of the open invoice to add

Return Value

IShoppingCartState
The updated cart
See Also