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)
-
since_id
— Restrict results to after the specified ID
-
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)
-
fields
— comma-separated list of fields to include in the response
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)
top
Receive a single Article
Get a single article by its ID and the ID of the parent blog
Available URL Query parameters:
-
fields
— comma-separated list of fields to include in the response
top
Create a new Article
Create a new article for a blog
top
Modify an existing Article
Update an article
top
Remove a Article from the database
Delete an article of a blog
Last updated on 09 May 2012.