# Order - Liquid Object Reference

Source: https://support.storeconnect.com/articles/order-liquid-object-reference · Last modified 21 August 2026

## Description

The Order object represents an order the customer has placed.

:::note
This object supports custom data via the `data` attribute.
:::

## Attributes

| Attribute | Type | Description |
|-----------|------|-------------|
| `account` | [Account](account-liquid-object-reference) | Returns the Account for this Order |
| `additional_payment_path` | String | Returns a path that can be used to make an additional payment for this Order |
| `adjustment_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of adjustment OrderItems in this Order |
| `assisted_by` | [Staff](staff-liquid-object-reference) | Returns the Staff member who assisted with this Order |
| `bill_to_contact` | [Contact](contact-liquid-object-reference) | Returns the Contact this Order will be billed to |
| `collection_point` | [CollectionPoint](collection-point-liquid-object-reference) | Returns the CollectionPoint for this Order |
| `collection_time` | Timestamp | Returns the collection time for this Order |
| `contact` | [Contact](contact-liquid-object-reference) | Returns the Contact for this Order |
| `currency_code` | String | Returns currency used for this Order |
| `custom_forms` | List[[CustomForm](custom-form-liquid-object-reference)] | Returns the CustomForms for this Order |
| `customer_notes` | String | Returns any notes left by the Customer at the checkout |
| `id` | String | Returns the unique id for this Order |
| `item_count` | Number | Returns the total number of items in this Order |
| `items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of OrderItems in this Order |
| `order_number` | String | Returns the order number for this Order |
| `ordered_at` | Timestamp | Returns the timestamp for when this Order was placed |
| `original_order` | [Order](order-liquid-object-reference) | Returns the original Order |
| `path` | String | Returns the url path for this Order |
| `payment_surcharge_values` | List[[Surcharge](surcharge-liquid-object-reference)] | Returns a list of Surcharges that might be applied to this Order |
| `payments` | List[[Payment](payment-liquid-object-reference)] | Returns a list of Payments made for this Order |
| `pricebook` | [Pricebook](pricebook-liquid-object-reference) | Returns the Pricebook for this Order |
| `quotable?` | Boolean | Returns true if the Order contains any OrderItems that allow quotes |
| `reference` | String | Returns the unique reference number for this Order |
| `reorder_path` | String | Returns the link path to start the Reorder process |
| `status` | String | Returns the status of this Order |
| `store` | [Store](store-liquid-object-reference) | Returns the Store that this Order belongs to |
| `sub_total` | Number | Returns the sub total price for all OrderItems with exclusive taxes |
| `sub_total_excl_tax` | Number | Returns the sub total price for all OrderItems without exclusive taxes |
| `surcharge_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of surcharge OrderItems in this Order |
| `taxes` | List[[Tax](tax-liquid-object-reference)] | Returns a list of OrderItems in this Order |
| `test_order?` | Boolean | Returns true if the Order represents a test order |
| `total` | Number | Returns the total price including tax for this Order |
| `total_deposit` | Number | Returns the total deposit amount for all OrderItems |
| `total_deposit_points` | Number | Returns the total deposit points amount for all OrderItems in this Order |
| `total_earn_points_amount` | Number | Returns the total earn points amount for all OrderItems in this Order |
| `total_paid` | Number | Returns the total amount already paid for this Order |
| `total_paid_points` | Number | Returns the total points amount already paid for this Order |
| `total_payable` | Number | Returns the total amount to be paid for this Order |
| `total_payable_points` | Number | Returns the total points amount to be paid for this Order |
| `total_points` | Number | Returns the total points price for this Order |
| `total_shipping` | Number | Returns the total price for Shipping for this Order |
| `total_tax` | Number | Returns the total tax for this Order |
| `url` | String | Returns the complete url for this Order |

## Bookings

Various attributes related to the Bookable Products

| Attribute | Type | Description |
|-----------|------|-------------|
| `bookable_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of OrderItems in this Order which are for Bookable products |
| `bookable?` | Boolean | Returns true if the Order contains any Bookable products |
| `bookings` | List[[Booking](booking-liquid-object-reference)] | Returns a list of Bookings associated with this Order |
| `collect_booking_attendees?` | Boolean | Returns true if the customer needs to enter the contact details for BookingAttendees |

## Checkout

Various attributes related to the checkout

| Attribute | Type | Description |
|-----------|------|-------------|
| `checkout_email` | String | Returns the email used during checkout |
| `checkout_phone` | String | Returns the phone number used during checkout |
| `checkout_shipping_email` | String | Returns the email used for shipping during checkout |
| `checkout_shipping_phone` | String | Returns the phone number used for shipping during checkout |
| `checkout_step` | String | Returns the current checkout step for this Order |

## Addresses

Shipping and Billing addresses

| Attribute | Type | Description |
|-----------|------|-------------|
| `billing_address` | [Address](address-liquid-object-reference) | Returns the billing Address for this Order |
| `billing_address_lines` | List[String] | **Deprecated**: Returns a list of all the address lines in the Billing Street for this Order |
| `billing_city` | String | **Deprecated**: Returns the Billing Country for this Order |
| `billing_country` | String | **Deprecated**: Returns the Billing City for this Order |
| `billing_postal_code` | String | **Deprecated**: Returns the Billing Postal Code for this Order |
| `billing_state` | String | **Deprecated**: Returns the Billing State for this Order |
| `billing_street` | String | **Deprecated**: Returns the Billing Street for this Order |
| `shipping_address` | [Address](address-liquid-object-reference) | Returns the shipping Address for this Order |
| `shipping_address_lines` | List[String] | **Deprecated**: Returns a list of all the address lines in the Billing Street for this Order |
| `shipping_city` | String | **Deprecated**: Returns the Shipping Country for this Order |
| `shipping_country` | String | **Deprecated**: Returns the Shipping City for this Order |
| `shipping_postal_code` | String | **Deprecated**: Returns the Shipping Postal Code for this Order |
| `shipping_state` | String | **Deprecated**: Returns the Shipping State for this Order |
| `shipping_street` | String | **Deprecated**: Returns the Shipping Street for this Order |

## Shipping

Shipping details

| Attribute | Type | Description |
|-----------|------|-------------|
| `fulfillments` | List[[Fulfillment](fulfillment-liquid-object-reference)] | Returns a list of Fulfillments in this Order |
| `ship_to_contact` | [Contact](contact-liquid-object-reference) | Returns the Contact this Order will be shipped to |
| `shipping_notes` | String | Returns any shipping notes left by the Customer at the checkout |

## Subscriptions

Various attributes related to the Subscriptions

| Attribute | Type | Description |
|-----------|------|-------------|
| `subscription_order` | [Order](order-liquid-object-reference) | Returns the original Order that created for this Subscription |
| `subscriptions` | List[[Subscription](subscription-liquid-object-reference)] | Returns a list of Subscriptions in this Order |
| `total_fixed_term_subscriptions` | Number | Returns the total price for fixed term subscription in this Order |
| `total_fixed_term_subscriptions_points` | Number | Returns the total points price for fixed term subscriptions in this Order |
| `total_non_subscriptions` | Number | Returns the total price for non-subscription items in this Order |
| `total_non_subscriptions_points` | Number | Returns the total points price for non-subscription items in this Order |
| `total_remaining_subscriptions` | Number | Returns the total amount to be paid for subscription items in this Order |
| `total_remaining_subscriptions_points` | Number | Returns the total points amount to be paid for subscription items in this Order |
| `total_subscriptions` | Number | Returns the total price for subscription items in this Order |
| `total_subscriptions_points` | Number | Returns the total points price for subscription items in this Order |

## Available on

- [Account - Liquid Object Reference](account-liquid-object-reference) — `orders`
- [AccountCreditTransaction - Liquid Object Reference](account-credit-transaction-liquid-object-reference) — `order`
- [Contact - Liquid Object Reference](contact-liquid-object-reference) — `orders`
- [CustomFormSubmission - Liquid Object Reference](custom-form-submission-liquid-object-reference) — `order`
- [Fulfillment - Liquid Object Reference](fulfillment-liquid-object-reference) — `order`
- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_order`
- [OrderItem - Liquid Object Reference](order-item-liquid-object-reference) — `order`
- [Payment - Liquid Object Reference](payment-liquid-object-reference) — `order`
- [Subscription - Liquid Object Reference](subscription-liquid-object-reference) — `order`, `renewal_order`
- [Voucher - Liquid Object Reference](voucher-liquid-object-reference) — `orders`

---

## Follow StoreConnect

- [Email Newsletter](https://getstoreconnect.com/c/lp-newsletter)
- [LinkedIn Newsletter](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7444956928444862464)
- [YouTube](https://www.youtube.com/channel/UCngKdP2x8l1wcbAKW3tvU8g)
- [LinkedIn](https://www.linkedin.com/company/storeconnect)
- [X / Twitter](https://x.com/storeconnecthq)

## Popular Links

- [Partners](https://getstoreconnect.com/partners)
- [News](https://getstoreconnect.com/articles/news)
- [Events](https://getstoreconnect.com/articles/events)
- [Feature Comparison](https://getstoreconnect.com/how-we-compare)
- [Download a free trial](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMkeKUAT)
- [Book a Demo](https://getstoreconnect.com/contact)

## Documentation

- [Help documentation](https://support.storeconnect.com/help-documentation)
- [AI agents](https://support.storeconnect.com/ai)
- [Videos & tutorials](https://support.storeconnect.com/videos-tutorials)
- [Developer reference](https://support.storeconnect.com/developer-reference)
- [Release notes](https://support.storeconnect.com/release-notes)
- [Troubleshooting](https://support.storeconnect.com/troubleshooting)
- [Trust Center](https://trust.getstoreconnect.com/)
- [Status Page](https://status.storeconnect.com/)

## Contact

- info@getstoreconnect.com
- US +1 415 745 3230
- AUS +61 2 8365 2308

100 S Ashley Dr, Suite 600-2461
Tampa FL 33602-600 USA

Level 22, Sydney Place
180 George Street
Sydney, NSW, 2000, AUS

---

StoreConnect Support — https://support.storeconnect.com/articles/order-liquid-object-reference