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

    The request schema for the sendTestNotification operation.

    interface SendTestNotificationRequest {
        destinationId?: string;
        testNotification?: TestNotification;
    }
    Index

    Properties

    destinationId?: string

    The identifier for the destination where notifications will be delivered.

    testNotification?: TestNotification