Skip to main content

shop.blog.list(params?)

Returns a paginated list of published blog posts, ordered by published_at descending.

Parameters

Response

BlogPost type (list)

Example — Blog listing page


shop.blog.getBySlug(slug)

Returns a single blog post by slug, including full content and rendered HTML.

Parameters

Additional fields (single post)

Example — Blog post page