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

    Additional information passed to the subscription to control the processing of notifications. For example, you can use an eventFilter to customize your subscription to send notifications for only the specified marketplaceIds, or select the aggregation time period at which to send notifications (for example: limit to one notification every five minutes for high frequency notifications). The specific features available vary depending on the notificationType. This feature is currently only supported by the ANY_OFFER_CHANGED and ORDER_CHANGE notificationTypes.

    interface ProcessingDirective {
        eventFilter?: EventFilter;
    }
    Index

    Properties

    Properties

    eventFilter?: EventFilter