Shopify API – Article
top
Receive a list of all Articles
Get a list of all articles from a certain blog
Available URL Query parameters:
- limit — Amount of results (default: 50) (maximum: 250)
- page — Page to show (default: 1)
- created_at_min — Show articles created after date (format: 2008-01-01 03:00)
- created_at_max — Show articles created before date (format: 2008-01-01 03:00)
- updated_at_min — Show articles last updated after date (format: 2008-01-01 03:00)
- updated_at_max — Show articles last updated before date (format: 2008-01-01 03:00)
- published_at_min — Show articles published after date (format: 2008-01-01 03:00)
- published_at_max — Show articles published before date (format: 2008-01-01 03:00)
-
published_status
- published - Show only published articles
- unpublished - Show only unpublished articles
- any - Show all articles (default)
top
Receive a count of all Articles
Get a count of all articles from a certain blog
Available URL Query parameters:
- created_at_min — Count articles created after date (format: 2008-01-01 03:00)
- created_at_max — Count articles created before date (format: 2008-01-01 03:00)
- updated_at_min — Count articles last updated after date (format: 2008-01-01 03:00)
- updated_at_max — Count articles last updated before date (format: 2008-01-01 03:00)
- published_at_min — Count articles published after date (format: 2008-01-01 03:00)
- published_at_max — Count articles published before date (format: 2008-01-01 03:00)
-
published_status
- published - Count only published articles
- unpublished - Count only unpublished articles
- any - Count all articles (default)
Last updated at Oct 2009 Oct:10 AM.
