---
title: ArticleAuthor - Storefront API
description: The author of an article.
api_version: 2026-07
source_url:
  html: 'https://shopify.dev/docs/api/storefront/latest/objects/ArticleAuthor'
  md: 'https://shopify.dev/docs/api/storefront/latest/objects/ArticleAuthor.md'
api_name: storefront
api_type: graphql
type: object
---

# Article​Author

object

Requires `unauthenticated_read_content` access scope.

The author of an article.

## Fields

* bio

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The author's bio.

* email

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The author’s email.

* first​Name

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The author's first name.

* last​Name

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The author's last name.

* name

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The author's full name.

***

## Map

### Fields with this object

* [Article.authorV2](https://shopify.dev/docs/api/storefront/latest/objects/Article#field-Article.fields.authorV2)
* [Blog.authors](https://shopify.dev/docs/api/storefront/latest/objects/Blog#field-Blog.fields.authors)
