Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface NotificationsApiSendTestNotificationRequest

    Request parameters for sendTestNotification operation in NotificationsApi.

    interface NotificationsApiSendTestNotificationRequest {
        body: SendTestNotificationRequest;
        notificationType: string;
    }
    Index

    Properties

    The request schema for the `sendTestNotification` operation.

    notificationType: string

    The type of notification. For more information about notification types, refer to the Notifications API v1 Use Case Guide.