ProductResourceFeedbacks
Captures product-level feedback or issues reported by apps, used to notify merchants about setup or data concerns.
Table-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- ProductId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ProductResourceFeedbacks WHERE ProductId = 'Val1'
Insert
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 globally unique identifier of the product associated with this feedback record. |
| FeedbackGeneratedAt | Datetime | True |
The date and time when the feedback was generated, used to determine if new feedback supersedes older entries. | |
| Messages | String | True |
A collection of feedback messages or alerts displayed to the merchant, typically identifying issues or recommendations related to the product. | |
| ProductUpdatedAt | Datetime | True |
The timestamp indicating when the associated product was last updated in Shopify. | |
| State | String | True |
Indicates the current status of the feedback, showing whether it is resolved, pending review, or requires merchant action. The allowed values are ACCEPTED, REQUIRES_ACTION. |