Comment Functions
getComments(blogId, articleId, ...)getCommentsCount(blogId, articleId, ...)
getComment(commentId, ...)
createComment(comment, ...)
modifyComment(comment, ...)
markCommentAsSpam(commentId, ...)
markCommentAsNotSpam(commentId, ...)
approveComment(commentId, ...)
removeComment(commentId, ...)
restoreComment(commentId, ...)
a Blog
id (leave blank to fetch all comments for the shop)
an Article id (leave blank to fetch all comments for this blog)
additional request parameters
a Comment id number
a list containing Comment fields
a list containing a Comment fields or a list of Comments
Shopify API Comment documentation: https://help.shopify.com/api/reference/online_store/comment