Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.0
Syntax
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.