{"title":"Contact - Liquid Object Reference","slug":"contact-liquid-object-reference","url":"https://support.storeconnect.com/articles/contact-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/contact-liquid-object-reference.md","subtitle":null,"summary":"The Contact object contains information about an individual customer who has an Account.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Contact, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Contact object contains information about an individual customer who has an Account.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `account` | [Account](account-liquid-object-reference) | Returns the Account for this Contact |\n| `campaigns` | List[[Campaign](campaign-liquid-object-reference)] | Returns a list of Campaigns that this Contact is subscribed to |\n| `can_purchase_for_account?` | Boolean | Indicates whether the Contact is allowed to make purchases for this Contact's Account using Pay by Account |\n| `can_use_account_credit?` | Boolean | Indicates whether the Contact is allowed to make purchases for this Contact's Account using Account Credit |\n| `can_use_account_points?` | Boolean | Indicates whether the Contact is allowed to make purchases for this Contact's Account using Account Points |\n| `can_use_account_pricing?` | Boolean | Indicates whether the Contact is allowed to make purchases for this Contact's Account using the Account's Pricing |\n| `carts` | List[[Cart](cart-liquid-object-reference)] | Returns a list of carts owned by this Contact that can be resumed |\n| `email` | String | Returns the value of the Email attribute |\n| `firstname` | String | Returns the value of the Firstname attribute |\n| `fulfillments` | List[[Fulfillment](fulfillment-liquid-object-reference)] | Returns a list of Fulfillments for this Contact |\n| `has_login?` | Boolean | Returns true if the Contact has a login account (ie saved a password) |\n| `id` | String | Returns the unique id for this Contact |\n| `last_login_date` | Timestamp | Returns the date and time when the Contact last logged in |\n| `lastname` | String | Returns the value of the Lastname attribute |\n| `mailing_address_lines` | List[String] | Returns a list of all the address lines in the Mailing Street |\n| `mailing_city` | String | Returns the value of the City attribute of the Mailing Address |\n| `mailing_country` | String | Returns the value of the Country attribute of the Mailing Address |\n| `mailing_postal_code` | String | Returns the value of the Postal Code attribute of the Mailing Address |\n| `mailing_state` | String | Returns the value of the State attribute of the Mailing Address |\n| `mailing_street` | String | Returns the value of the Street attribute of the Mailing Address |\n| `membership` | [Membership](membership-liquid-object-reference) | Returns the associated Membership for this Contact |\n| `mobile_phone` | String | Returns the value of the Mobile Phone attribute |\n| `name` | String | Returns the value of the Name attribute |\n| `orders` | List[[Order](order-liquid-object-reference)] | Returns a list of Orders for this Contact |\n| `phone` | String | Returns the value of the Phone attribute |\n| `sso_provider` | String | Returns the SSO Provider this Contact logs in with |\n| `subscriptions` | List[[Subscription](subscription-liquid-object-reference)] | Returns a list of Subscriptions for this Contact |\n| `terms_accepted_on` | Timestamp | Returns the date and time when the Contact accepted the terms and conditions |\n| `username` | String | Returns the value of the Username attribute |\n\n## Available on\n\n- [AccountCreditTransaction - Liquid Object Reference](account-credit-transaction-liquid-object-reference) — `contact`\n- [AccountPointsTransaction - Liquid Object Reference](account-points-transaction-liquid-object-reference) — `contact`\n- [Booking - Liquid Object Reference](booking-liquid-object-reference) — `contact`\n- [BookingAttendee - Liquid Object Reference](booking-attendee-liquid-object-reference) — `contact`\n- [Cart - Liquid Object Reference](cart-liquid-object-reference) — `contact`\n- [CustomFormSubmission - Liquid Object Reference](custom-form-submission-liquid-object-reference) — `contact`\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_customer`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `bill_to_contact`, `contact`, `ship_to_contact`\n- [PromotionScope - Liquid Object Reference](promotion-scope-liquid-object-reference) — `contact`\n- [Subscription - Liquid Object Reference](subscription-liquid-object-reference) — `contact`"}