# ResourceAlert - admin-graphql - OBJECT Version: 2024-10 ## Description An alert message that appears in the Shopify admin about a problem with a store resource, with 1 or more actions to take. For example, you could use an alert to indicate that you're not charging taxes on some product variants. They can optionally have a specific icon and be dismissed by merchants. ### Access Scopes ## Fields * [actions](/docs/api/admin-graphql/2024-10/objects/ResourceAlertAction): ResourceAlertAction! - Buttons in the alert that link to related information. For example, _Edit variants_. * [content](/docs/api/admin-graphql/2024-10/scalars/HTML): HTML! - The secondary text in the alert that includes further information or instructions about how to solve a problem. * [dismissibleHandle](/docs/api/admin-graphql/2024-10/scalars/String): String - Unique identifier that appears when an alert is manually closed by the merchant. Most alerts can't be manually closed. * [icon](/docs/api/admin-graphql/2024-10/enums/ResourceAlertIcon): ResourceAlertIcon - An icon that's optionally displayed with the alert. * [severity](/docs/api/admin-graphql/2024-10/enums/ResourceAlertSeverity): ResourceAlertSeverity! - Indication of how important the alert is. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The primary text in the alert that includes information or describes the problem. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples