{"title":"Address - Liquid Object Reference","slug":"address-liquid-object-reference","url":"https://support.storeconnect.com/articles/address-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/address-liquid-object-reference.md","subtitle":null,"summary":"The Address object contains information about a physical address.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Address, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Address object contains information about a physical address.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `city` | String | Returns the city for this Address |\n| `country` | String | Returns the country for this Address |\n| `postal_code` | String | Returns the postal code for this Address |\n| `state` | String | Returns the state for this Address |\n| `street` | String | Returns the street for this Address. Multiple lines (if any) are separated by newline characters. |\n| `street_lines` | List[String] | Returns a list of street lines for this Address |\n\n## Available on\n\n- [Cart - Liquid Object Reference](cart-liquid-object-reference) — `billing_address`, `shipping_address`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `billing_address`, `shipping_address`"}