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

    Interface ImportValidationFailedEventData

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

    Properties

    id: string

    The id of the Import Operation with the validationFailed state.

    importContainerKey: string

    The key of the Import Container.

    version: number

    The version of the Import Operation with the validationFailed state.