AppFeedbacks
Captures feedback and diagnostic information from apps, surfacing issues or setup steps in Shopify 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 |
A unique identifier for the feedback record generated by the app. | |
| Title | String | True |
The name or title of the app that generated the feedback message. | |
| Message | String | True |
The full feedback text shown to the merchant, describing the issue, suggestion, or status update from the app. | |
| Url | String | True |
A link provided in the feedback that directs the merchant to more details or an action page within the app or Shopify Admin. | |
| Label | String | True |
A descriptive label for the feedback link that helps merchants understand its purpose, such as 'View Details' or 'Resolve Issue'. | |
| State | String | True |
Indicates the current status of the feedback, such as whether it has been resolved, is pending, or requires merchant action. The allowed values are ACCEPTED, REQUIRES_ACTION. | |
| FeedbackGeneratedAt | Datetime | True |
The timestamp indicating when the feedback was created by the app, used to identify and manage newer versus older feedback entries. |