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

    Interface ImportValidationFailedEvent

    Generated when an Import Operation has the validationFailed ProcessingState.

    interface ImportValidationFailedEvent {
        createdAt: string;
        data: ImportValidationFailedEventData;
        id: string;
        notificationType: string;
        resourceType: EventSubscriptionResourceTypeId;
        type: "ImportValidationFailed";
    }

    Hierarchy (View Summary)

    • IEvent
      • ImportValidationFailedEvent
    Index

    Properties

    createdAt: string

    Date and time (UTC) the Event was generated.

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

    id: string

    Unique identifier of the Event.

    notificationType: string
    type: "ImportValidationFailed"

    The type of Event that has occurred.