{"title":"record_name - Liquid Filter Reference","slug":"record-name-filter-reference","url":"https://support.storeconnect.com/articles/record-name-filter-reference","url_markdown":"https://support.storeconnect.com/articles/record-name-filter-reference.md","subtitle":null,"summary":"Returns the Salesforce object type name (e.g. Contact, Account) for a given record. Use `record_name` to identify what kind of record you are working with.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, record_name, records, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nReturns the name of the record\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | records |\n\n## Examples\n\nReturns the name of the record\n\n\n```liquid\n\n{{ record | record_name }}\n```\n\n\n**Output:** `Contact`"}