Preview

ProductIntegrationEventPendingCount is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

ProductIntegrationEventPendingCount

Pending-event count for one integration event type.

This page contains

    Fields

    type: ProductIntegrationEventType! PREVIEW
    count: Int!

    Parent objects of ProductIntegrationEventPendingCount

    ProductIntegrationEventInsights PREVIEW

    Aggregated event counts for the calling user, used to power UI events insights.

    Queries for ProductIntegrationEventPendingCount

    vendorIntegrationEventInsights PREVIEW

    Aggregated event counts for the authenticated caller, used to power UI insights badges.

    Counts are scoped by the caller's role and identity context. Optional filter fields (e.g. marketplaceScope) adjust scoping; event-list filters are not accepted here.

    • ROLE_DEVELOPER: counts events across all products owned by the developer's vendor company.
    • ROLE_CHANNEL_ADMIN / ROLE_CHANNEL_SUPPORT / ROLE_CHANNEL_PRODUCT_SUPPORT: counts events for their marketplace.
    • ROLE_CORPORATE_ADMIN: counts events across all owned marketplaces.
    • ROLE_SUPERUSER: counts all events without scoping.