Comment {shopifyr} | R Documentation |
Comment Functions
getComments(blogId, articleId, ...)
getCommentsCount(blogId, articleId, ...)
getComment(commentId, ...)
createComment(comment, ...)
modifyComment(comment, ...)
markCommentAsSpam(commentId, ...)
markCommentAsNotSpam(commentId, ...)
approveComment(commentId, ...)
removeComment(commentId, ...)
restoreComment(commentId, ...)
blogId |
a |
articleId |
an Article id (leave blank to fetch all comments for this blog) |
... |
additional request parameters |
commentId |
a Comment id number |
comment |
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