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

    Interface ImportUnresolvedEvent

    Generated when an Import Operation has the unresolved ProcessingState.

    interface ImportUnresolvedEvent {
        createdAt: string;
        data: ImportUnresolvedEventData;
        id: string;
        notificationType: string;
        resourceType: EventSubscriptionResourceTypeId;
        type: "ImportUnresolved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    Date and time (UTC) the Event was generated.

    An object containing details of the Import Operation with the unresolved state.

    id: string

    Unique identifier of the Event.

    notificationType: string
    type: "ImportUnresolved"

    The type of Event that has occurred.