Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopAlertAction
An action associated to a shop alert, such as adding a credit card.
Signature:
export interface ShopAlertAction
| Property | Modifiers | Type | Description |
|---|---|---|---|
| title | Scalars[‘String’][‘output’] | The text for the button in the alert. For example, _Add credit card_. | |
| url | Scalars[‘URL’][‘output’] | The target URL that the button links to. |