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

    Interface IDeliveryPayload

    interface IDeliveryPayload {
        notificationType: string;
        projectKey: string;
        resource: Reference;
        resourceUserProvidedIdentifiers?: UserProvidedIdentifiers;
    }

    Hierarchy (View Summary)

    Index

    Properties

    notificationType: string

    Identifies the payload.

    projectKey: string

    key of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.

    resource: Reference

    Reference to the resource that triggered the notification.

    resourceUserProvidedIdentifiers?: UserProvidedIdentifiers

    User-defined unique identifiers of the resource.