London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.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.