{"title":"record_relationships - Liquid Filter Reference","slug":"record-relationships-filter-reference","url":"https://support.storeconnect.com/articles/record-relationships-filter-reference","url_markdown":"https://support.storeconnect.com/articles/record-relationships-filter-reference.md","subtitle":null,"summary":"Lists all accessible relationship names on a Salesforce record. Use `record_relationships` to discover which related objects you can traverse.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, record_relationships, records, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nReturns the relationships that can be accessed on the record\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | list |\n| **Category** | records |\n\n## Examples\n\nReturns the relationships that can be accessed on the record\n\n\n```liquid\n\n{{ record | record_relationships | join }}\n```\n\n\n**Output:** `account`"}