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

    Interface NotificationsApiGetSubscriptionRequest

    Request parameters for getSubscription operation in NotificationsApi.

    interface NotificationsApiGetSubscriptionRequest {
        notificationType: string;
        payloadVersion?: string;
    }
    Index

    Properties

    notificationType: string

    The type of notification. For more information about notification types, refer to Notification Type Values.

    payloadVersion?: string

    The version of the payload object to be used in the notification.