Skip to main content
Log inSign up
object

Requires read_content access scope or read_online_store_pages access scope.

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.

Anchor to Fields and connectionsFields and connections

•

List of the blog's articles.

•

Count of articles.

•

Indicates whether readers can post comments to the blog and if comments are moderated or not.

•
DateTime!non-null

The date and time when the blog was created.

•

The paginated list of events associated with the host subject.

•

FeedBurner provider details. Any blogs that aren't already integrated with FeedBurner can't use the service.

•
String!non-null

A unique, human-friendly string for the blog. If no handle is specified, a handle will be generated automatically from the blog title. The handle is customizable and is used by the Liquid templating language to refer to the blog.

•
ID!non-null

A globally-unique ID.

•

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

•

A list of custom fields that a merchant associates with a Shopify resource.

•
[String!]!non-null

A list of tags associated with the 200 most recent blog articles.

•

The name of the template a blog is using if it's using an alternate template. Returns null if a blog is using the default blog.liquid template.

•
String!non-null

The title of the blog.

•

The published translations associated with the resource.

•

The date and time when the blog was update.

Anchor to metafieldDefinitionsmetafieldDefinitions
•

List of metafield definitions. This field will be removed in a future version. Use the root metafieldDefinitions field instead.


Was this section helpful?

•
query

Returns a Blog resource by ID.

•
query

List of the shop's blogs.


Was this section helpful?

•
mutation

Creates a blog.

•
mutation

Updates a blog.


Was this section helpful?