ProductResourceFeedbacks
Returns the product resource feedback for the currently authenticated app.
Table-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the Id column, which supports the '=,IN' comparison operators.
The connector processes other filters client-side within the connector.
For example, the following queries are processed server-side:
SELECT * FROM ProductResourceFeedbacks WHERE Id='VALUE'
Insert
INSERT statements are mapped to the 'bulkProductResourceFeedbackCreate' GraphQL mutation.
The following columns can be used to create a new record:
ProductId, FeedbackGeneratedAt, Messages, ProductUpdatedAt, State
Columns
Name | Type | ReadOnly | References | Description |
ProductId [KEY] | String | True |
Products.Id |
The product associated with the resource feedback. |
FeedbackGeneratedAt | Datetime | True |
The time when the feedback was generated. Used to help determine whether incoming feedback is outdated compared to existing feedback. | |
Messages | String | True |
The feedback messages presented to the merchant. | |
ProductUpdatedAt | Datetime | True |
The timestamp of the product associated with the feedback. | |
State | String | True |
Conveys the state of the feedback and whether it requires merchant action or not. |