Interface IEventDrivenReportingDataUpdater
Generates report entities from purchase order when the order is being updated.
Namespace: EPiServer.Commerce.Reporting.Order
Assembly: EPiServer.Commerce.Reporting.dll
Version: 14.26.0Syntax
public interface IEventDrivenReportingDataUpdater
Remarks
It must be used only when the flag "episerver:commerce.EnableEventDrivenOrderReporting" in appSettings is True.
Methods
GenerateOrderReportingData(IPurchaseOrder)
Generates order reporting data for a IPurchaseOrder.
Declaration
OrderStoreModel GenerateOrderReportingData(IPurchaseOrder purchaseOrder)
Parameters
| Type | Name | Description |
|---|---|---|
| IPurchaseOrder | purchaseOrder | The purchase order. |
Returns
| Type | Description |
|---|---|
| OrderStoreModel | An order reporting model. |