{"title":"keys - Liquid Filter Reference","slug":"keys-filter-reference","url":"https://support.storeconnect.com/articles/keys-filter-reference","url_markdown":"https://support.storeconnect.com/articles/keys-filter-reference.md","subtitle":null,"summary":"Returns all key names from a map as a list. Use `keys` to inspect or iterate over the available properties in a map object.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, keys, maps, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nReturns a list of the keys of a Map\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | list |\n| **Category** | maps |\n\n## Examples\n\n\n```liquid\n\n{{ my_map | keys | join: \", \" }}\n```\n\n\n**Output:** `name, type`"}