{"title":"join - Liquid Filter Reference","slug":"join-filter-reference","url":"https://support.storeconnect.com/articles/join-filter-reference","url_markdown":"https://support.storeconnect.com/articles/join-filter-reference.md","subtitle":null,"summary":"Combines all items in a list into a single string, separated by the specified delimiter. Use `join` to output list contents as readable text.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, join, lists, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nCombines the items in an list into a single string using the argument as a separator.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | lists |\n\n## Examples\n\n\n```liquid\n\n{{ items | join: \" beats \" }}\n```\n\n\n**Output:** `scissors beats paper beats rock`"}