Interface NotificationsApiModelOrderChangeTypeFilter

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

OrderChangeTypeFilter

interface NotificationsApiModelOrderChangeTypeFilter {
    orderChangeTypes?: (
        | NotificationsApiModelOrderChangeTypeEnum
        | "OrderStatusChange"
        | "BuyerRequestedChange"
    )[];
}

Properties

orderChangeTypes?: (
    | NotificationsApiModelOrderChangeTypeEnum
    | "OrderStatusChange"
    | "BuyerRequestedChange"
)[]

A list of order change types to subscribe to (for example: BuyerRequestedChange). To receive notifications of all change types, do not provide this list.

OrderChangeTypeFilter

MMNEPVFCICPMFPCPTTAAATR