{"title":"Final - Liquid Tag Reference","slug":"final-tag-reference","url":"https://support.storeconnect.com/articles/final-tag-reference","url_markdown":"https://support.storeconnect.com/articles/final-tag-reference.md","subtitle":null,"summary":"The `final` block tag runs its content at the very end of the rendering pipeline, after all other processing stages. Wrap cleanup or final-output logic inside `{% final %}...{% endfinal %}`.","type":"Developer_Documentation","video_url":"","keywords":"liquid, tags, final, block tag, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"The `final` block tag runs its content at the very end of the rendering pipeline, after all other processing stages. Wrap cleanup or final-output logic inside `{% final %}...{% endfinal %}`.\n\n## Syntax\n\n\n```liquid\n\n{% final %}\n  \u003c!-- Content here --\u003e\n{% endfinal %}\n```\n\n\n| Property | Value |\n|----------|-------|\n| **Tag Name** | `final` |\n| **Type** | Block tag |\n| **Source** | StoreConnect |\n\n## Description\n\nThe `final` tag provides functionality in StoreConnect Liquid templates."}