Returns a Blog resource by ID.


Anchor to id
id
required

The ID of the Blog to return.


Was this section helpful?

Anchor to Blog
Blog
Access requirements

Shopify stores come with a built-in blogging engine, allowing a shop to have one or more blogs. Blogs are meant to be used as a type of magazine or newsletter for the shop, with content that changes over time.


Was this section helpful?
Hide code
Query reference
Copy
{
  blog(id) {
    # Blog fields
  }
}