Home > @infiniteobjects/shopify-data-manager > AdminTypes > Event
Events chronicle resource activities such as the creation of an article, the fulfillment of an order, or the addition of a product.
Signature:
export interface Event
Property | Modifiers | Type | Description |
---|---|---|---|
appTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the app that created the event. | |
attributeToApp | Scalars[‘Boolean’][‘output’] | Whether the event was created by an app. | |
attributeToUser | Scalars[‘Boolean’][‘output’] | Whether the event was caused by an admin user. | |
createdAt | Scalars[‘DateTime’][‘output’] | The date and time when the event was created. | |
criticalAlert | Scalars[‘Boolean’][‘output’] | Whether the event is critical. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
message | Scalars[‘FormattedString’][‘output’] | Human readable text that describes the event. |