Generated when an Import Operation has the waitForMasterVariant ProcessingState.

interface ImportWaitForMasterVariantEvent {
    createdAt: string;
    data: ImportWaitForMasterVariantEventData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "ImportWaitForMasterVariant";
}

Hierarchy (View Summary)

  • IEvent
    • ImportWaitForMasterVariantEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

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

id: string

Unique identifier of the Event.

notificationType: string
type: "ImportWaitForMasterVariant"

The type of Event that has occurred.