Preview

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

ProductIntegrationEventListResult

Cursor-paginated result set returned by vendorIntegrationEventList.

This page contains

    Fields

    nodes: [ProductIntegrationEventItem!]! PREVIEW

    Events in the current page.

    pageInfo: PageInfo!

    Pagination cursors and flags for adjacent pages.

    totalCount: Int!

    Total number of matching events across all pages.

    Queries for ProductIntegrationEventListResult

    vendorIntegrationEventList PREVIEW

    Paginated list of integration events for the calling developer's products.

    • Developers (ROLE_DEVELOPER) see events across ALL marketplaces for products owned by their vendor company.
    • Channel admins (ROLE_CHANNEL_ADMIN, ROLE_CHANNEL_SUPPORT, ROLE_CHANNEL_PRODUCT_SUPPORT) see only events for their marketplace. Any partner value in the filter is silently overridden.
    • Corporate admins (ROLE_CORPORATE_ADMIN) see events for all owned marketplaces.
    • Superusers (ROLE_SUPERUSER) see all events without any scoping.