An event filter to customize your subscription to send notifications for only the specified marketplaceIds.

Export

MarketplaceFilter

interface MarketplaceFilter {
    marketplaceIds?: string[];
}

Properties

Properties

marketplaceIds?: string[]

A list of marketplace identifiers to subscribe to (for example: ATVPDKIKX0DER). To receive notifications in every marketplace, do not provide this list.

Memberof

MarketplaceFilter