{"title":"Account - Liquid Object Reference","slug":"account-liquid-object-reference","url":"https://support.storeconnect.com/articles/account-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/account-liquid-object-reference.md","subtitle":null,"summary":"The Account object contains information about a customer account record for the Store.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Account, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Account object contains information about a customer account record for the Store.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `account_credits` | List[[AccountCredit](account-credit-liquid-object-reference)] | Returns a list of the Account's Account Credits |\n| `account_points` | [AccountPoints](account-points-liquid-object-reference) | Returns the AccountPoints object for this Account |\n| `active?` | Boolean | Indicates whether this Account is active |\n| `billing_address_lines` | List[String] | Returns a list of all the address lines in the Billing Street |\n| `billing_city` | String | Returns the value of the City attribute of the Billing Address |\n| `billing_country` | String | Returns the value of the Country attribute of the Billing Address |\n| `billing_postal_code` | String | Returns the value of the Postal Code attribute of the Billing Address |\n| `billing_state` | String | Returns the value of the State attribute of the Billing Address |\n| `billing_street` | String | Returns the value of the Street attribute of the Billing Address |\n| `brand?` | Boolean | Indicates whether this Account is a brand |\n| `credit_hold?` | Boolean | Indicates whether this Account is on credit hold |\n| `id` | String | Returns the unique id for this Account |\n| `location?` | Boolean | Indicates whether this Account has a location |\n| `logo` | [Image](image-liquid-object-reference) | Returns the logo Image for this Account |\n| `membership` | [Membership](membership-liquid-object-reference) | Returns the associated Membership for this Account |\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 Account |\n| `pay_by_account?` | Boolean | Indicates whether the Account is allowed to make purchases using Pay by Account |\n| `phone` | String | Returns the value of the Phone attribute |\n| `pricebook` | [Pricebook](pricebook-liquid-object-reference) | Returns the Pricebook object for this Account |\n| `product_approvals` | List[[ProductApproval](product-approval-liquid-object-reference)] | Returns a list of ProductApprovals for this Account |\n| `shipping_address_lines` | List[String] | Returns a list of all the address lines in the Shipping Street |\n| `shipping_city` | String | Returns the value of the City attribute of the Shipping Address |\n| `shipping_country` | String | Returns the value of the Country attribute of the Shipping Address |\n| `shipping_postal_code` | String | Returns the value of the Postal Code attribute of the Shipping Address |\n| `shipping_state` | String | Returns the value of the State attribute of the Shipping Address |\n| `shipping_street` | String | Returns the value of the Street attribute of the Shipping Address |\n| `subdomain` | String | Returns the subdomain for this Account |\n| `supplier_notes` | String | Returns the supplier notes for this Supplier Account |\n| `supplier?` | Boolean | Indicates whether this Account is a Supplier |\n| `tax_entity_code` | String | Returns the tax entity code for this Account |\n\n## Available on\n\n- [AccountCredit - Liquid Object Reference](account-credit-liquid-object-reference) — `account`\n- [AccountPointsTransaction - Liquid Object Reference](account-points-transaction-liquid-object-reference) — `account`\n- [Booking - Liquid Object Reference](booking-liquid-object-reference) — `account`\n- [Contact - Liquid Object Reference](contact-liquid-object-reference) — `account`\n- [Discount - Liquid Object Reference](discount-liquid-object-reference) — `account`\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_account`\n- [Location - Liquid Object Reference](location-liquid-object-reference) — `account`\n- [Membership - Liquid Object Reference](membership-liquid-object-reference) — `accounts`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `account`\n- [ProductApproval - Liquid Object Reference](product-approval-liquid-object-reference) — `account`\n- [PromotionScope - Liquid Object Reference](promotion-scope-liquid-object-reference) — `account`"}