Preview

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

ProductIntegrationEventListFilter

This page contains

    Fields

    productId ID

    Filter by product ID. Null = all products of the vendor company.

    type [ProductIntegrationEventType] PREVIEW

    Filter by one or more event types. Null or empty = no type filter.

    status [ProductIntegrationEventStatus] PREVIEW

    Filter by one or more processing statuses. Null or empty = no status filter.

    manuallyResolved Boolean

    Filter by manually-resolved flag. Null = no filter.

    fromDate DateTime

    Return only events created on or after this UTC timestamp.

    toDate DateTime

    Return only events created on or before this UTC timestamp.

    searchQuery String

    Free-text search over token, accountIdentifier, app name, company name, creator.

    companyId ID

    Filter by tenant company internal ID. Null = no filter.

    partner String

    Narrow results to a specific marketplace partner code.

    • ROLE_DEVELOPER callers: optional. Omitting returns events from all marketplaces.
    • Channel admin callers: ignored. The caller's own marketplace is always applied.
    • ROLE_CORPORATE_ADMIN callers: ignored. Server injects owned marketplace set.
    errorCode ProductIntegrationEventErrorCode PREVIEW

    Filter by vendor error code. Null = no filter.

    productPublished Boolean

    Filter by product published status. True = published only, false = unpublished only, null = no filter.