Description Usage Arguments Value References
Comment Functions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.