Table of Contents

Interface IOrderNotificationService

Namespace
CMS.Commerce
Assembly
CMS.Commerce.dll

Service for sending order notifications.

public interface IOrderNotificationService
Extension Methods

Methods

SendNotification(int, CancellationToken)

Send an internal email notification when the order reaches a status that has internal notifications enabled.

Task SendNotification(int orderId, CancellationToken cancellationToken)

Parameters

orderId int

The order id.

cancellationToken CancellationToken

Cancellation token.

Returns

Task

Remarks

If internal notifications are not enabled for the current order status, no email is sent.