Preview

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

vendorIntegrationEventList

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.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_SUPERUSER

    ROLE_DEVELOPER

    ROLE_CORPORATE_ADMIN

    ROLE_CHANNEL_ADMIN

    ROLE_CHANNEL_SUPPORT

    ROLE_CHANNEL_PRODUCT_SUPPORT

    Arguments

    filter ProductIntegrationEventListFilter PREVIEW
    first Int

    Number of events to return. Default: 50. Maximum: 250.

    after String

    Cursor from pageInfo.endCursor for forward pagination.

    Return Fields

    ProductIntegrationEventListResult! PREVIEW

    Cursor-paginated result set returned by vendorIntegrationEventList.

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.