BasicEvent object

Basic events chronicle resource activities such as the creation of an article, the fulfillment of an order, or the addition of a product.


On this page


Fields

  • appTitle ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the app that created the event. Returns null when the event originates from the Shopify admin.
  • attributeToApp ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the event was created by an app.
  • attributeToUser ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the event was caused by an admin user.
  • createdAt ([DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The date and time when the event was created.
  • criticalAlert ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the event is critical.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • message ([FormattedString!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#formattedstring-2021-01))
    Human readable text that describes the event.


Implements

  • [Event](https://shopify.dev/docs/admin-api/graphql/reference/events/event)
  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)