Preview

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

vendorIntegrationEventDetail

Fetch a single integration event by its unique token. Returns null if the event does not exist or the caller cannot access it.

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

    token String!

    The event token as returned by vendorIntegrationEventList.nodes.id.

    Return Fields

    ProductIntegrationEventItem PREVIEW

    A product integration event.

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.