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

    Interface OrderUpdateSyncInfoAction

    interface OrderUpdateSyncInfoAction {
        action: "updateSyncInfo";
        channel: ChannelResourceIdentifier;
        externalId?: string;
        syncedAt?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "updateSyncInfo"

    The synchronization destination to set. Must not be empty. The referenced Channel must have the Channel Role OrderExport or OrderImport. Otherwise this update action returns an InvalidInput error.

    externalId?: string

    Set this to identify an external order instance, file, or other resource.

    syncedAt?: string

    If not set, it defaults to the current date and time.