Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface SendTestNotificationRequest

    The request schema for the sendTestNotification operation.

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

    The identifier for the destination where notifications will be delivered.

    testNotification?: TestNotification