Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to productResourceFeedback

productResourceFeedback

query

Requires read_resource_feedbacks access scope. Also: App must be configured to use the Storefront API or as a Sales Channel.

Returns the product resource feedback for the currently authenticated app.

ID!required

The product associated with the resource feedback.


Was this section helpful?

Anchor to ProductResourceFeedbackProductResourceFeedback

Reports the status of product for a Sales Channel or Storefront API. This might include why a product is not available in a Sales Channel and how a merchant might fix this.

feedbackGeneratedAt
non-null

The time when the feedback was generated. Used to help determine whether incoming feedback is outdated compared to existing feedback.

messages
non-null

The feedback messages presented to the merchant.

productId
non-null

The ID of the product associated with the feedback.

productUpdatedAt
non-null

The timestamp of the product associated with the feedback.

state
non-null

Conveys the state of the feedback and whether it requires merchant action or not.


Was this section helpful?