ResourceFeedbacks
Captures feedback about shop resources from apps, including issues and suggested actions for merchants.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | False |
A unique numeric identifier for the resource feedback record. | |
| Type | String | False |
The type of resource for which feedback is provided, such as 'Shop' or 'Product'. | |
| State | String | False |
Indicates the current state of the resource from the app's perspective. The allowed values are requires_action, success. | |
| Messages | String | False |
A list of feedback messages or notes related to the resource status. | |
| CreatedAt | Datetime | False |
The date and time when the resource feedback record was first stored in Shopify, in ISO 8601 UTC format. | |
| UpdatedAt | Datetime | False |
The date and time when the resource feedback record was last updated in Shopify, in ISO 8601 UTC format. | |
| ResourceUpdatedAt | Datetime | False |
The date and time when the related resource was last updated, in ISO 8601 format. | |
| FeedbackGeneratedAt | Datetime | False |
The date and time when the feedback payload was generated. Used to determine whether incoming feedback is newer or outdated. Formatted in ISO 8601 UTC with milliseconds and time zone information. |