Skip to main content
query

Retrieves a single event by ID. Events chronicle activities in your store such as resource creation, updates, or staff comments. The query returns an Event interface of type BasicEvent or CommentEvent.

•ID!
required

The ID of the event.


Was this section helpful?

•Event

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

•String!
non-null

The action that occured.

•String

The name of the app that created the event.

•Boolean!
non-null

Whether the event was created by an app.

•Boolean!
non-null

Whether the event was caused by an admin user.

•DateTime!
non-null

The date and time when the event was created.

•Boolean!
non-null

Whether the event is critical.

•ID!
non-null

A globally-unique ID.

•FormattedString!
non-null

Human readable text that describes the event.


Was this section helpful?