{"title":"Article - Liquid Object Reference","slug":"article-liquid-object-reference","url":"https://support.storeconnect.com/articles/article-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/article-liquid-object-reference.md","subtitle":null,"summary":"The Article object contains information about a specific Article that can be viewed on the Store.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Article, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Article object contains information about a specific Article that can be viewed on the Store.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `author` | String | Returns the value of the Author attribute |\n| `body_content` | String | Returns the value of the Body attribute as rich text |\n| `canonical_url` | String | Returns the complete canonical url for this Article |\n| `content_blocks` | List[[ContentBlock](content-block-liquid-object-reference)] | Returns a list of Content Blocks associated with this Article |\n| `hero_image` | [Image](image-liquid-object-reference) | Returns the Hero Image |\n| `id` | String | Returns the unique id for this Account |\n| `identifier` | String | Returns the value of the Identifier attribute |\n| `introduction_content` | String | Returns the value of the Introduction attribute as rich text |\n| `meta_description` | String | Returns the value of the Meta Description attribute |\n| `meta_keywords` | String | Returns the value of the Meta Keywords attribute |\n| `meta_title` | String | Returns the value of the Meta Title attribute |\n| `path` | String | Returns the url path for this Article |\n| `publish_on` | Timestamp | Returns the timestamp of when this Article was published |\n| `published?` | Boolean | Returns whether the Article is published |\n| `related_articles` | List[[Article](article-liquid-object-reference)] | Returns a list of related Articles |\n| `requires_login?` | Boolean | Returns whether the Article requires login to view |\n| `search_keywords` | String | Returns the value of the Search Keywords attribute |\n| `social_image` | [Image](image-liquid-object-reference) | Returns the image to be used when sharing this Article |\n| `subtitle` | String | Returns the value of the Subtitle attribute |\n| `summary_content` | String | Returns the value of the Summary attribute as rich text |\n| `title` | String | Returns the value of the Title attribute |\n| `url` | String | Returns the complete url for this Article |\n\n## Available on\n\n- [ArticleCategory - Liquid Object Reference](article-category-liquid-object-reference) — `articles`\n- [ContentBlock - Liquid Object Reference](content-block-liquid-object-reference) — `articles`\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `all_articles`, `current_article`\n- [Membership - Liquid Object Reference](membership-liquid-object-reference) — `articles`\n- [MenuItem - Liquid Object Reference](menu-item-liquid-object-reference) — `article`\n- [SearchResult - Liquid Object Reference](search-result-liquid-object-reference) — `articles`"}