https://shopify.com/admin/api/2020-07/blogs/{blog_id}/articles.jsonhttps://shopify.dev/docs/admin-api/rest/reference/online-store/article#index-2020-07
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"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-07/blogs/{blog_id}/articles.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-07/blogs/{blog_id}/articles.jsonhttps://shopify.dev/docs/admin-api/rest/reference/online-store/article#index-2020-07
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"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-07/blogs/{blog_id}/articles.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}