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

    Interface ImportOperationRejectedEvent

    Generated when an Import Operation has the rejected ProcessingState.

    interface ImportOperationRejectedEvent {
        createdAt: string;
        data: ImportOperationRejectedEventData;
        id: string;
        notificationType: string;
        resourceType: EventSubscriptionResourceTypeId;
        type: "ImportOperationRejected";
    }

    Hierarchy (View Summary)

    • IEvent
      • ImportOperationRejectedEvent
    Index

    Properties

    createdAt: string

    Date and time (UTC) the Event was generated.

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

    id: string

    Unique identifier of the Event.

    notificationType: string
    type: "ImportOperationRejected"

    The type of Event that has occurred.