IFlashpointShoppingCartCreateProformaInvoice Method
Creates a proforma invoice using a shopping cart
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
Receipt CreateProformaInvoice(
string cartToken
)
Function CreateProformaInvoice (
cartToken As String
) As Receipt
Receipt^ CreateProformaInvoice(
String^ cartToken
)
abstract CreateProformaInvoice :
cartToken : string -> Receipt
- cartToken String
- Working cart token
ReceiptA receipt representing the proforma invoice that was created. The invoice can later be looked up by the Id property of the receipt.