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

    Interface ImportUnresolvedEventData

    The data of the Import Unresolved Event.

    interface ImportUnresolvedEventData {
        id: string;
        importContainerKey: string;
        version: number;
    }
    Index

    Properties

    id: string

    The id of the Import Operation with the unresolved state.

    importContainerKey: string

    The key of the Import Container.

    version: number

    The version of the Import Operation with the unresolved state.