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.
|
| 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. |