Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Requires read_content access scope or read_online_store_pages access scope.

A comment on an article.

Anchor to Fields and connectionsFields and connections

•

The article associated with the comment.

•

The comment’s author.

•
String!non-null

The content of the comment.

•
HTML!non-null

The content of the comment, complete with HTML formatting.

•
DateTime!non-null

The date and time when the comment was created.

•

The paginated list of events associated with the host subject.

•
ID!non-null

A globally-unique ID.

•

The IP address of the commenter.

•
Boolean!non-null

Whether or not the comment is published.

•

The date and time when the comment was published.

•

The status of the comment.

•

The date and time when the comment was last updated.

•

The user agent of the commenter.


Was this section helpful?

•
query

Returns a Comment resource by ID.

•
query

List of the shop's comments.


Was this section helpful?

•
mutation

Approves a comment.

•
mutation

Marks a comment as not spam.

•
mutation

Marks a comment as spam.


Was this section helpful?

•
interface

Was this section helpful?