# article - storefront - QUERY Version: 2024-10 ## Description Fetch a specific Article by its ID. ### Access Scopes ## Arguments * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - The ID of the `Article`. ## Returns * [author](/docs/api/storefront/2024-10/objects/ArticleAuthor): ArticleAuthor! The article's author. * [authorV2](/docs/api/storefront/2024-10/objects/ArticleAuthor): ArticleAuthor The article's author. * [blog](/docs/api/storefront/2024-10/objects/Blog): Blog! The blog that the article belongs to. * [content](/docs/api/storefront/2024-10/scalars/String): String! Stripped content of the article, single line with HTML tags removed. * [contentHtml](/docs/api/storefront/2024-10/scalars/HTML): HTML! The content of the article, complete with HTML formatting. * [excerpt](/docs/api/storefront/2024-10/scalars/String): String Stripped excerpt of the article, single line with HTML tags removed. * [excerptHtml](/docs/api/storefront/2024-10/scalars/HTML): HTML The excerpt of the article, complete with HTML formatting. * [handle](/docs/api/storefront/2024-10/scalars/String): String! A human-friendly unique string for the Article automatically generated from its title. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! A globally-unique ID. * [image](/docs/api/storefront/2024-10/objects/Image): Image The image associated with the article. * [metafield](/docs/api/storefront/2024-10/objects/Metafield): Metafield A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [metafields](/docs/api/storefront/2024-10/objects/Metafield): Metafield! A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource. * [onlineStoreUrl](/docs/api/storefront/2024-10/scalars/URL): URL The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel. * [publishedAt](/docs/api/storefront/2024-10/scalars/DateTime): DateTime! The date and time when the article was published. * [seo](/docs/api/storefront/2024-10/objects/SEO): SEO The article’s SEO information. * [tags](/docs/api/storefront/2024-10/scalars/String): String! A categorization that a article can be tagged with. * [title](/docs/api/storefront/2024-10/scalars/String): String! The article’s name. * [trackingParameters](/docs/api/storefront/2024-10/scalars/String): String URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. ## Examples