--- title: ShopAlertAction - GraphQL Admin description: 'An action associated to a shop alert, such as adding a credit card.' api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopAlertAction' md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopAlertAction.md --- # 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/unstable/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/unstable/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/unstable/objects/ShopAlert#field-ShopAlert.fields.action)