https://shopify.com/admin/api/2020-01/comments.jsonhttps://shopify.dev/docs/admin-api/rest/reference/online-store/comment#index-2020-01
The maximum number of results to retrieve. (default: 50, maximum: 250)
Restrict results to after the specified ID.
Show comments created after date (format: 2014-04-25T16:15:47-04:00).
Show comments created before date (format: 2014-04-25T16:15:47-04:00).
Show comments last updated after date (format: 2014-04-25T16:15:47-04:00).
Show comments last updated before date (format: 2014-04-25T16:15:47-04:00).
Show comments published after date (format: 2014-04-25T16:15:47-04:00).
Show comments published before date (format: 2014-04-25T16:15:47-04:00).
Show only certain fields, specified by a comma-separated list of field names.
Filter results by their published status. (default: any) published: Show only published comments. unpublished: Show only unpublished comments. any: Show comments of any published status.
Filter results by their status. pending: Show only pending comments. published: Show only published comments. unapproved: Show only unapproved comments.
article_id
blog_id
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-01/comments.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://shopify.com/admin/api/2020-01/comments.jsonhttps://shopify.dev/docs/admin-api/rest/reference/online-store/comment#index-2020-01
The maximum number of results to retrieve. (default: 50, maximum: 250)
Restrict results to after the specified ID.
Show comments created after date (format: 2014-04-25T16:15:47-04:00).
Show comments created before date (format: 2014-04-25T16:15:47-04:00).
Show comments last updated after date (format: 2014-04-25T16:15:47-04:00).
Show comments last updated before date (format: 2014-04-25T16:15:47-04:00).
Show comments published after date (format: 2014-04-25T16:15:47-04:00).
Show comments published before date (format: 2014-04-25T16:15:47-04:00).
Show only certain fields, specified by a comma-separated list of field names.
Filter results by their published status. (default: any) published: Show only published comments. unpublished: Show only unpublished comments. any: Show comments of any published status.
Filter results by their status. pending: Show only pending comments. published: Show only published comments. unapproved: Show only unapproved comments.
article_id
blog_id
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-01/comments.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}