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

    The request for the createNotification operation.

    interface CreateNotificationRequest {
        marketplaceId?: string;
        notificationParameters: { [key: string]: object };
        templateId: string;
    }
    Index

    Properties

    marketplaceId?: string

    An encrypted marketplace identifier for the posted notification.

    notificationParameters: { [key: string]: object }

    The dynamic parameters required by the notification templated specified by templateId.

    templateId: string

    The unique identifier of the notification template you used to onboard your application.