{"title":"push - Liquid Filter Reference","slug":"push-filter-reference","url":"https://support.storeconnect.com/articles/push-filter-reference","url_markdown":"https://support.storeconnect.com/articles/push-filter-reference.md","subtitle":null,"summary":"Adds an item to the end of a list, extending it by one element. The opposite of `unshift`, which adds to the beginning.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, push, lists, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nAdds an item to the end 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 | push: \"99\" | join: \", \" }}\n```\n\n\n**Output:** `1, 2, 3, 4, 5, 99`"}