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 IPurchase
Declaration
OrderStoreModel GenerateOrderReportingData(IPurchaseOrder purchaseOrder)
Parameters
Type | Name | Description |
---|---|---|
IPurchase |
purchaseOrder | The purchase order. |
Returns
Type | Description |
---|---|
Order |
An order reporting model. |