AppFeedbacks
The system surfaces app feedback items that notify merchants about setup requirements or issues in the Admin.
Table-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM AppFeedbacks
Insert
The following columns can be used to create a new record:
Message, State, FeedbackGeneratedAt
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
The globally unique identifier of the app feedback record. | |
| Title | String | True |
The name of the app that generated the feedback. | |
| Message | String | True |
The feedback message provided to the merchant by the app. | |
| Url | String | True |
The link URL included with the feedback, directing the merchant to additional details or actions. | |
| Label | String | True |
A context-sensitive label that describes the purpose of the link. | |
| State | String | True |
The current state of the feedback, indicating whether merchant action is required. The allowed values are ACCEPTED, REQUIRES_ACTION. | |
| FeedbackGeneratedAt | Datetime | True |
The date and time when the feedback was generated, used to determine whether new feedback is more recent than existing records. |