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

    Interface NotificationsApiGetSubscriptionByIdRequest

    Request parameters for getSubscriptionById operation in NotificationsApi.

    interface NotificationsApiGetSubscriptionByIdRequest {
        notificationType: string;
        subscriptionId: string;
    }
    Index

    Properties

    notificationType: string

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

    subscriptionId: string

    The identifier for the subscription that you want to get.