order
A placed order — available on the order status and customer account pages.
Properties
| Property | Description |
|---|---|
order.attributes | Custom cart attributes. |
order.billing_address | Billing address. |
order.cancel_reason | Reason for cancellation. |
order.cancel_reason_label | — |
order.canceled_at | — |
order.cancelled | true when cancelled. |
order.cancelled_at | Cancellation timestamp. |
order.cart_level_discount_applications | — |
order.confirmation_number | — |
order.created_at | Creation timestamp. |
order.customer | — |
order.customer_order_url | — |
order.customer_url | Customer-facing order URL. |
order.discount_applications | Discounts applied. |
order.email | Email address. |
order.financial_status | Payment status (paid, pending, refunded…). |
order.financial_status_label | — |
order.fulfillment_status | Fulfillment status. |
order.fulfillment_status_label | — |
order.id | Unique identifier. |
order.item_count | Total quantity across all lines. |
order.line_items | Order lines. |
order.line_items_subtotal_price | — |
order.metafields | Metafields on this resource. |
order.name | Name. |
order.note | Cart note from the buyer. |
order.order_number | Sequential order number. |
order.order_status_url | — |
order.phone | Phone number. |
order.pickup_in_store | — |
order.shipping_address | Shipping address. |
order.shipping_methods | Chosen shipping methods. |
order.shipping_price | Shipping charge. |
order.shopId | — |
order.subtotal_line_items | — |
order.subtotal_price | Subtotal before shipping and taxes. |
order.tags | Tags as an array of strings. |
order.tax_lines | Tax breakdown lines. |
order.tax_price | — |
order.total_discounts | — |
order.total_duties | — |
order.total_net_amount | — |
order.total_price | Total after discounts. |
order.total_refunded_amount | — |
order.transactions | Payment 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 }}.