stack

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

AdminTypes.AppFeedback interface

Reports the status of shops and their resources and displays this information within Shopify admin. AppFeedback is used to notify merchants about steps they need to take to set up an app on their store.

Signature:

export interface AppFeedback 

Properties

Property Modifiers Type Description
app   App The application associated to the feedback.
link?   Maybe<Link> (Optional) A link to where merchants can resolve errors.
messages   Array<UserError> The feedback message presented to the merchant.