Activity object
Succinct overview of a shop activity.
Required access
read_home
access scope.
On this page
Fields
- attributed (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
True if the message already contains the author name. - author (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Event author name. This may be a user name, app name orShopify
. - createdAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
When the activity event occured. - messages (
[[FormattedString!]!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#formattedstring-2021-01)
)
An array of formatted messages, each providing detail about the activity. Typically only a single message is present. - topic (
[ActivityTopic!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/activitytopic)
)
The topic of the activity, used to display an appropriate icon.