Entities

Comment

Comment entity - components, queries, links, and related actions

Your storefront encounters the Comment entity when displaying user-submitted comments on blog posts. A Comment holds the author details and HTML-formatted content of a single response to a post.

Components

Author

CommentAuthor

author
Commenter name and email address.
name
stringrequired
email
stringrequired

Content

CommentContent

content
HTML-formatted comment body.
  • BlogPost - The post this comment belongs to (via BlogPostComments link).