A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.