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

    Interface ImportWaitForMasterVariantEventData

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

    Properties

    id: string

    The id of the Import Operation with the waitForMasterVariant state.

    importContainerKey: string

    The key of the Import Container.

    version: number

    The version of the Import Operation with the waitForMasterVariant state.