{"title":"unshift - Liquid Filter Reference","slug":"unshift-filter-reference","url":"https://support.storeconnect.com/articles/unshift-filter-reference","url_markdown":"https://support.storeconnect.com/articles/unshift-filter-reference.md","subtitle":null,"summary":"Adds an item to the beginning of a list, shifting all existing items one position to the right. The opposite of `push`, which adds to the end.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, unshift, lists, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nAdds an item to the beginning of an list\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | list |\n| **Category** | lists |\n\n## Examples\n\n\n```liquid\n\n{{ my_list | unshift: \"99\" | join: \", \" }}\n```\n\n\n**Output:** `99, 1, 2, 3, 4, 5`"}