Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductResourceFeedback
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.
Signature:
export interface ProductResourceFeedback
Property | Modifiers | Type | Description |
---|---|---|---|
feedbackGeneratedAt | Scalars[‘DateTime’][‘output’] | The time when the feedback was generated. Used to help determine whether incoming feedback is outdated compared to existing feedback. | |
messages | Array<Scalars[‘String’][‘output’]> | The feedback messages presented to the merchant. | |
productId | Scalars[‘ID’][‘output’] | The ID of the product associated with the feedback. | |
productUpdatedAt | Scalars[‘DateTime’][‘output’] | The timestamp of the product associated with the feedback. | |
state | ResourceFeedbackState | `${ResourceFeedbackState}` | Conveys the state of the feedback and whether it requires merchant action or not. |