ResourceFeedbacks
Returns a list of resource feedback objects..
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | False |
Unique id of the resource. | |
| Type | String | False |
TType of resource for which feedback is returned. eg. Shop, Product. | |
| State | String | False |
Indicates the state that the Shop or resource is in, from the perspective of your app. Valid values are requires_action, or success. The allowed values are requires_action, success. | |
| Messages | String | False |
The name of the report. | |
| CreatedAt | Datetime | False |
DateTime when the resource feedback record was stored by Shopify. Type: ISO 8601 UTC DateTime as string with year, month (or week), day, hour, minute, second, time zone. | |
| UpdatedAt | Datetime | False |
DateTime when the resource feedback record was last updated by Shopify. Type: ISO 8601 UTC DateTime as string with year, month (or week), day, hour, minute, second, time zone. | |
| ResourceUpdatedAt | Datetime | False |
The date and time (ISO 8601) when the report was last modified. | |
| FeedbackGeneratedAt | Datetime | False |
The time at which the payload is constructed. Used to help determine whether incoming feedback is outdated compared to feedback already received, and if it should be ignored upon arrival. Type: ISO 8601 UTC datetime as string with year, month [or week], day, hour, minute, second, millisecond, and time zone. |