stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductResourceFeedbackInput

AdminTypes.ProductResourceFeedbackInput interface

The input fields used to create a product feedback.

Signature:

export interface ProductResourceFeedbackInput 

Properties

Property Modifiers Type Description
feedbackGeneratedAt   Scalars[‘DateTime’][‘input’] The date and time when the payload is constructed. Used to help determine whether incoming feedback is outdated compared to feedback already received, and if it should be ignored upon arrival.
messages?   InputMaybe<Array<Scalars[‘String’][‘input’]>> (Optional) A concise set of copy strings to be displayed to merchants. Used to guide merchants in resolving problems that your app encounters when trying to make use of their products. You can specify up to four messages. Each message is limited to 100 characters.
productId   Scalars[‘ID’][‘input’] The ID of the product that the feedback was created on.
productUpdatedAt   Scalars[‘DateTime’][‘input’] The timestamp of the product associated with the feedback.
state   ResourceFeedbackState | `${ResourceFeedbackState}` Whether the merchant needs to take action on the product.