--- title: CommentAuthor - Storefront API description: The author of a comment. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/commentauthor md: https://shopify.dev/docs/api/storefront/unstable/objects/commentauthor.md --- # Comment​Author object Requires `unauthenticated_read_content` access scope. The author of a comment. ## Fields * email [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The author's email. * name [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The author’s name. *** ## Map ### Fields with this object * {}[Comment.author](https://shopify.dev/docs/api/storefront/unstable/objects/Comment#field-Comment.fields.author)