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

    Interface Subscription

    interface Subscription {
        changes: ChangeSubscription[];
        createdAt: string;
        createdBy?: CreatedBy;
        destination: Destination;
        events: EventSubscription[];
        format: DeliveryFormat;
        id: string;
        key?: string;
        lastModifiedAt: string;
        lastModifiedBy?: LastModifiedBy;
        messages: MessageSubscription[];
        status: SubscriptionHealthStatus;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Changes subscribed to.

    createdAt: string

    Date and time (UTC) the Subscription was initially created.

    createdBy?: CreatedBy

    IDs and references that created the Subscription.

    destination: Destination

    Messaging service to which the notifications are sent.

    Events subscribed to.

    Format in which the payload is delivered.

    id: string

    Unique identifier of the Subscription.

    key?: string

    User-defined unique identifier of the Subscription.

    lastModifiedAt: string

    Date and time (UTC) the Subscription was last modified.

    lastModifiedBy?: LastModifiedBy

    IDs and references that last modified the Subscription.

    Messages subscribed to.

    Status of the Subscription.

    version: number

    Current version of the Subscription.