interface SyncInfo {
    channel: Reference;
    externalId: string;
    syncedAt: string;
}

Properties

channel: Reference
externalId: string

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

syncedAt: string