# ResourceAlert - admin - OBJECT
Version: 2025-01

## 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/2025-01/objects/ResourceAlertAction): ResourceAlertAction! - Buttons in the alert that link to related information.
For example, _Edit variants_.
* [content](/docs/api/admin/2025-01/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/2025-01/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/2025-01/enums/ResourceAlertIcon): ResourceAlertIcon - An icon that's optionally displayed with the alert.
* [severity](/docs/api/admin/2025-01/enums/ResourceAlertSeverity): ResourceAlertSeverity! - Indication of how important the alert is.
* [title](/docs/api/admin/2025-01/scalars/String): String! - The primary text in the alert that includes information or describes the problem.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples