Skip to content

order

A placed order — available on the order status and customer account pages.

Properties

PropertyDescription
order.attributesCustom cart attributes.
order.billing_addressBilling address.
order.cancel_reasonReason for cancellation.
order.cancel_reason_label
order.canceled_at
order.cancelledtrue when cancelled.
order.cancelled_atCancellation timestamp.
order.cart_level_discount_applications
order.confirmation_number
order.created_atCreation timestamp.
order.customer
order.customer_order_url
order.customer_urlCustomer-facing order URL.
order.discount_applicationsDiscounts applied.
order.emailEmail address.
order.financial_statusPayment status (paid, pending, refunded…).
order.financial_status_label
order.fulfillment_statusFulfillment status.
order.fulfillment_status_label
order.idUnique identifier.
order.item_countTotal quantity across all lines.
order.line_itemsOrder lines.
order.line_items_subtotal_price
order.metafieldsMetafields on this resource.
order.nameName.
order.noteCart note from the buyer.
order.order_numberSequential order number.
order.order_status_url
order.phonePhone number.
order.pickup_in_store
order.shipping_addressShipping address.
order.shipping_methodsChosen shipping methods.
order.shipping_priceShipping charge.
order.shopId
order.subtotal_line_items
order.subtotal_priceSubtotal before shipping and taxes.
order.tagsTags as an array of strings.
order.tax_linesTax breakdown lines.
order.tax_price
order.total_discounts
order.total_duties
order.total_net_amount
order.total_priceTotal after discounts.
order.total_refunded_amount
order.transactionsPayment transactions.

Property list is generated from the storefront engine (OrderDrop), so it always matches what your theme can use. Inspect live values with {{ order | json }}.