ArticleComments
Returns a list of comments posted on an article.
View-Specific Information
Select
The add-in uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The add-in processes other filters client-side within the add-in.
- ArticleId supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM ArticleComments
SELECT * FROM ArticleComments WHERE ArticleId = 'Val1'
Columns
Name | Type | References | Description |
Id [KEY] | String | A globally-unique ID. | |
ArticleId | String |
Articles.Id | A globally-unique ID. |
ContentHtml | String | The content of the comment, complete with HTML formatting. | |
AuthorName | String | The author's name. | |
AuthorEmail | String | The author's email. |