Preview

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

productIntegrationEvents

Product integration events for the current marketplace, returned as a cursor-paginated connection.

This page contains

    Arguments

    filter ProductIntegrationEventFilter PREVIEW

    Optional filters applied to the events list.

    first Int

    Maximum number of events to return from the start of the connection (or after the cursor).

    after String

    Opaque cursor from a previous page. Provide this value to fetch the next page.

    last Int

    Maximum number of events to return from the end of the connection (or before the cursor).

    before String

    Opaque cursor from a previous page. Provide this value to fetch the previous page.

    Return Fields

    ProductIntegrationEventConnection! PREVIEW

    Relay-style connection wrapper for ProductIntegrationEvent. Authoritative definition owned by graphql-rest-proxy / schema registry.

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.