interface SyncInfo {
    channel: ChannelReference;
    externalId?: string;
    syncedAt: string;
}

Properties

Connection to a particular synchronization destination.

externalId?: string

Can be used to reference an external order instance, file etc.

syncedAt: string

Generated using TypeDoc