Requires read_content access scope or read_online_store_pages access scope.

An article in the blogging system.


The name of the author of the article.

The blog containing the article.

The text of the article's body, complete with HTML markup.

List of the article's comments.

Anchor to Article.commentsCount
commentsCount
Access requirements

Count of comments.

The date and time (ISO 8601 format) when the article was created.

A default cursor that returns the single next record, sorted ascending by ID.

The paginated list of events associated with the host subject.

A unique, human-friendly string for the article that's automatically generated from the article's title. The handle is used in the article's URL.

A globally-unique ID.

The image associated with the article.

Whether or not the article is visible.

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.

The date and time (ISO 8601 format) when the article became or will become visible. Returns null when the article isn't visible.

A summary of the article, which can include HTML markup. The summary is used by the online store theme to display the article on other pages, such as the home page or the main blog page.

A comma-separated list of tags. Tags are additional short descriptors formatted as a string of comma-separated values.

The name of the template an article is using if it's using an alternate template. If an article is using the default article.liquid template, then the value returned is null.

The title of the article.

The published translations associated with the resource.

The date and time (ISO 8601 format) when the article was last updated.


Was this section helpful?
Map

Fields and connections from

Possible types in

Article


Anchor to article
query

Returns an Article resource by ID.

List of the shop's articles.


Was this section helpful?
<?>
Article Queries
Article

Queried by



Anchor to articleCreate
mutation
Access requirements

Creates an article.

Anchor to articleUpdate
mutation
Access requirements

Updates an article.


Was this section helpful?
<~>
Article Mutations