IFlashpointShoppingCartCreateProformaInvoice Method

Creates a proforma invoice using a shopping cart

Definition

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