--- title: ShopAlertAction - GraphQL Admin description: 'An action associated to a shop alert, such as adding a credit card.' api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopAlertAction' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopAlertAction.txt --- # Shop​Alert​Action object An action associated to a shop alert, such as adding a credit card. ## Fields * title [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The text for the button in the alert. For example, *Add credit card*. * url [URL!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/URL) non-null The target URL that the button links to. *** ## Map ### Fields with this object * {}[ShopAlert.action](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopAlert#field-action)