Change triggered by the following update actions:

- [Update SyncInfo](ctp:api:type:OrderUpdateSyncInfoAction) on Orders.
- [Update SyncInfo](ctp:api:type:StagedOrderUpdateSyncInfoAction) on Staged Orders.
interface UpdateSyncInfoChange {
    change: string;
    channelId: string;
    nextValue: SyncInfo;
    type: "UpdateSyncInfoChange";
}

Properties

change: string
channelId: string

id of the updated Channel.

nextValue: SyncInfo

Value after the change.

type: "UpdateSyncInfoChange"