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

    Interface EventSubscription

    For EventSubscription, the format of the payload is custom for each specific notification.

    interface EventSubscription {
        resourceTypeId: EventSubscriptionResourceTypeId;
        types?: EventType[];
    }
    Index

    Properties

    Unique identifier for the type of resource.

    types?: EventType[]

    Must contain valid event types for the resource. For example, for resource type import-api the event type ImportContainerCreated is valid. If no types are given, the Subscription will receive all events for the defined resource type.