Contains synchronization activity information of the Order (like export or import).

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

Properties

Connection to a synchronization destination.

externalId?: string

Identifier of an external order instance, file, or other resource.

syncedAt: string

Date and time (UTC) the information was synced.