OrderHistoryServiceGetOrderHistory Method

Retrieve the order history of the specified Individual.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<IHistoricalOrder> GetOrderHistory(
	ICustomerWithFinancialData customer
)

Parameters

customer  ICustomerWithFinancialData
The Individual whose order history should be retrieved.

Return Value

IReadOnlyCollectionIHistoricalOrder
A collection of historical orders, ordered by transaction date with more recent orders appearing first. Voided and proforma records are not included, nor are any records related to non-fulfillment orders.

Remarks

All returned orders and invoices

See Also