{"title":"Order - Liquid Object Reference","slug":"order-liquid-object-reference","url":"https://support.storeconnect.com/articles/order-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/order-liquid-object-reference.md","subtitle":null,"summary":"The Order object represents an order the customer has placed.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Order, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Order object represents an order the customer has placed.\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 Order |\n| `additional_payment_path` | String | Returns a path that can be used to make an additional payment for this Order |\n| `adjustment_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of adjustment OrderItems in this Order |\n| `assisted_by` | [Staff](staff-liquid-object-reference) | Returns the Staff member who assisted with this Order |\n| `bill_to_contact` | [Contact](contact-liquid-object-reference) | Returns the Contact this Order will be billed to |\n| `collection_point` | [CollectionPoint](collection-point-liquid-object-reference) | Returns the CollectionPoint for this Order |\n| `collection_time` | Timestamp | Returns the collection time for this Order |\n| `contact` | [Contact](contact-liquid-object-reference) | Returns the Contact for this Order |\n| `currency_code` | String | Returns currency used for this Order |\n| `custom_forms` | List[[CustomForm](custom-form-liquid-object-reference)] | Returns the CustomForms for this Order |\n| `customer_notes` | String | Returns any notes left by the Customer at the checkout |\n| `id` | String | Returns the unique id for this Order |\n| `item_count` | Number | Returns the total number of items in this Order |\n| `items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of OrderItems in this Order |\n| `order_number` | String | Returns the order number for this Order |\n| `ordered_at` | Timestamp | Returns the timestamp for when this Order was placed |\n| `original_order` | [Order](order-liquid-object-reference) | Returns the original Order |\n| `path` | String | Returns the url path for this Order |\n| `payment_surcharge_values` | List[[Surcharge](surcharge-liquid-object-reference)] | Returns a list of Surcharges that might be applied to this Order |\n| `payments` | List[[Payment](payment-liquid-object-reference)] | Returns a list of Payments made for this Order |\n| `pricebook` | [Pricebook](pricebook-liquid-object-reference) | Returns the Pricebook for this Order |\n| `quotable?` | Boolean | Returns true if the Order contains any OrderItems that allow quotes |\n| `reference` | String | Returns the unique reference number for this Order |\n| `reorder_path` | String | Returns the link path to start the Reorder process |\n| `status` | String | Returns the status of this Order |\n| `store` | [Store](store-liquid-object-reference) | Returns the Store that this Order belongs to |\n| `sub_total` | Number | Returns the sub total price for all OrderItems with exclusive taxes |\n| `sub_total_excl_tax` | Number | Returns the sub total price for all OrderItems without exclusive taxes |\n| `surcharge_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of surcharge OrderItems in this Order |\n| `taxes` | List[[Tax](tax-liquid-object-reference)] | Returns a list of OrderItems in this Order |\n| `test_order?` | Boolean | Returns true if the Order represents a test order |\n| `total` | Number | Returns the total price including tax for this Order |\n| `total_deposit` | Number | Returns the total deposit amount for all OrderItems |\n| `total_deposit_points` | Number | Returns the total deposit points amount for all OrderItems in this Order |\n| `total_earn_points_amount` | Number | Returns the total earn points amount for all OrderItems in this Order |\n| `total_paid` | Number | Returns the total amount already paid for this Order |\n| `total_paid_points` | Number | Returns the total points amount already paid for this Order |\n| `total_payable` | Number | Returns the total amount to be paid for this Order |\n| `total_payable_points` | Number | Returns the total points amount to be paid for this Order |\n| `total_points` | Number | Returns the total points price for this Order |\n| `total_shipping` | Number | Returns the total price for Shipping for this Order |\n| `total_tax` | Number | Returns the total tax for this Order |\n| `url` | String | Returns the complete url for this Order |\n\n## Bookings\n\nVarious attributes related to the Bookable Products\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `bookable_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of OrderItems in this Order which are for Bookable products |\n| `bookable?` | Boolean | Returns true if the Order contains any Bookable products |\n| `bookings` | List[[Booking](booking-liquid-object-reference)] | Returns a list of Bookings associated with this Order |\n| `collect_booking_attendees?` | Boolean | Returns true if the customer needs to enter the contact details for BookingAttendees |\n\n## Checkout\n\nVarious attributes related to the checkout\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `checkout_email` | String | Returns the email used during checkout |\n| `checkout_phone` | String | Returns the phone number used during checkout |\n| `checkout_shipping_email` | String | Returns the email used for shipping during checkout |\n| `checkout_shipping_phone` | String | Returns the phone number used for shipping during checkout |\n| `checkout_step` | String | Returns the current checkout step for this Order |\n\n## Addresses\n\nShipping and Billing addresses\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `billing_address` | [Address](address-liquid-object-reference) | Returns the billing Address for this Order |\n| `billing_address_lines` | List[String] | **Deprecated**: Returns a list of all the address lines in the Billing Street for this Order |\n| `billing_city` | String | **Deprecated**: Returns the Billing Country for this Order |\n| `billing_country` | String | **Deprecated**: Returns the Billing City for this Order |\n| `billing_postal_code` | String | **Deprecated**: Returns the Billing Postal Code for this Order |\n| `billing_state` | String | **Deprecated**: Returns the Billing State for this Order |\n| `billing_street` | String | **Deprecated**: Returns the Billing Street for this Order |\n| `shipping_address` | [Address](address-liquid-object-reference) | Returns the shipping Address for this Order |\n| `shipping_address_lines` | List[String] | **Deprecated**: Returns a list of all the address lines in the Billing Street for this Order |\n| `shipping_city` | String | **Deprecated**: Returns the Shipping Country for this Order |\n| `shipping_country` | String | **Deprecated**: Returns the Shipping City for this Order |\n| `shipping_postal_code` | String | **Deprecated**: Returns the Shipping Postal Code for this Order |\n| `shipping_state` | String | **Deprecated**: Returns the Shipping State for this Order |\n| `shipping_street` | String | **Deprecated**: Returns the Shipping Street for this Order |\n\n## Shipping\n\nShipping details\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `fulfillments` | List[[Fulfillment](fulfillment-liquid-object-reference)] | Returns a list of Fulfillments in this Order |\n| `ship_to_contact` | [Contact](contact-liquid-object-reference) | Returns the Contact this Order will be shipped to |\n| `shipping_notes` | String | Returns any shipping notes left by the Customer at the checkout |\n\n## Subscriptions\n\nVarious attributes related to the Subscriptions\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `subscription_order` | [Order](order-liquid-object-reference) | Returns the original Order that created for this Subscription |\n| `subscriptions` | List[[Subscription](subscription-liquid-object-reference)] | Returns a list of Subscriptions in this Order |\n| `total_fixed_term_subscriptions` | Number | Returns the total price for fixed term subscription in this Order |\n| `total_fixed_term_subscriptions_points` | Number | Returns the total points price for fixed term subscriptions in this Order |\n| `total_non_subscriptions` | Number | Returns the total price for non-subscription items in this Order |\n| `total_non_subscriptions_points` | Number | Returns the total points price for non-subscription items in this Order |\n| `total_remaining_subscriptions` | Number | Returns the total amount to be paid for subscription items in this Order |\n| `total_remaining_subscriptions_points` | Number | Returns the total points amount to be paid for subscription items in this Order |\n| `total_subscriptions` | Number | Returns the total price for subscription items in this Order |\n| `total_subscriptions_points` | Number | Returns the total points price for subscription items in this Order |\n\n## Available on\n\n- [Account - Liquid Object Reference](account-liquid-object-reference) — `orders`\n- [AccountCreditTransaction - Liquid Object Reference](account-credit-transaction-liquid-object-reference) — `order`\n- [Contact - Liquid Object Reference](contact-liquid-object-reference) — `orders`\n- [CustomFormSubmission - Liquid Object Reference](custom-form-submission-liquid-object-reference) — `order`\n- [Fulfillment - Liquid Object Reference](fulfillment-liquid-object-reference) — `order`\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_order`\n- [OrderItem - Liquid Object Reference](order-item-liquid-object-reference) — `order`\n- [Payment - Liquid Object Reference](payment-liquid-object-reference) — `order`\n- [Subscription - Liquid Object Reference](subscription-liquid-object-reference) — `order`, `renewal_order`\n- [Voucher - Liquid Object Reference](voucher-liquid-object-reference) — `orders`"}