Product Resource Feedback
Requires access scope. Also: App must be configured to use the Storefront API or as a Sales Channel.
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.
Anchor to FieldsFields
- Anchor to feedbackGeneratedAtfeedback•Date
Generated At Time! non-null The time when the feedback was generated. Used to help determine whether incoming feedback is outdated compared to existing feedback.
- Anchor to messagesmessages•[String!]!non-null
The feedback messages presented to the merchant.
- Anchor to productIdproduct•ID!
Id non-null The ID of the product associated with the feedback.
- Anchor to productUpdatedAtproduct•Date
Updated At Time! non-null The timestamp of the product associated with the feedback.
- Anchor to statestate•Resource
Feedback State! non-null Conveys the state of the feedback and whether it requires merchant action or not.
Anchor to QueriesQueries
- •query
Returns the product resource feedback for the currently authenticated app.
Anchor to MutationsMutations
- •mutation
Creates product feedback for multiple products.
- Anchor to feedbackInputfeedback•[Product
Input Resource Feedback Input!]! required An array of inputs to create the feedback. Limited to 50.
Arguments
- Anchor to feedbackfeedback•[Product
Resource Feedback!] The feedback that's created.
- Anchor to userErrorsuser•[Bulk
Errors Product Resource Feedback Create User Error!]! non-null The list of errors that occurred from executing the mutation.
Fields