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