IFlashpointShoppingCartAddOpenInvoice Method

Adds an open invoice to the cart

Definition

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