Result returned when successfully starting a live notification.

interface StartLiveNotificationResult {
    activityId: string;
    orderId: string;
}

Properties

Properties

activityId: string

System-generated activity identifier for the newly created live notification. This can be used for tracking purposes.

orderId: string

The order identifier that was provided when starting the live notification.