Click or drag to resize

IFlashpointShoppingCartCreateProformaInvoice Method

Creates a proforma invoice using a shopping cart

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
Receipt CreateProformaInvoice(
	string cartToken
)

Parameters

cartToken  String
Working cart token

Return Value

Receipt
A receipt representing the proforma invoice that was created. The invoice can later be looked up by the Id property of the receipt.
See Also