@gradientedge/commercetools-utils
    Preparing search index...

    Interface SyncInfo

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

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

    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.