Skip to main content
Query Shopify blog articles with support for pagination, field selection, blog filtering, and search.
See Types for full interface definitions.

Methods

.list()

Fetch multiple articles

.get()

Fetch a single article

.blog()

Filter by blog

.search()

Search articles by query

.limit()

Set maximum results

.select()

Choose which fields to return

.after()

Paginate forward

.before()

Paginate backward

.reverse()

Reverse sort order

Quick Example