{"title":"asset_url - Liquid Filter Reference","slug":"asset-url-filter-reference","url":"https://support.storeconnect.com/articles/asset-url-filter-reference","url_markdown":"https://support.storeconnect.com/articles/asset-url-filter-reference.md","subtitle":null,"summary":"Resolves a theme asset filename to its full URL. Returns an error message if the asset does not exist in the theme.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, asset_url, theme, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nReturns the url of an asset in the theme\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | theme |\n\n## Examples\n\n\n```liquid\n\n{{ \"images/hedgehog.jpg\" | asset_url }}\n```\n\n\n**Output:** `https://example.com/hedgehog.jpg`\n\n\n```liquid\n\n{{ \"images/unknown\" | asset_url }}\n```\n\n\n**Output:** `unknown asset: images/unknown`"}