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

Export

OrderChangeTypeFilter

interface OrderChangeTypeFilter {
    orderChangeTypes?: OrderChangeTypeEnum[];
}

Properties

orderChangeTypes?: OrderChangeTypeEnum[]

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

Memberof

OrderChangeTypeFilter