Skip to content

order

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

Properties

PropertyDescription
order.additive_taxCurrency amount for additive tax, in the store currency’s minor unit unless the object reference states otherwise.
order.amount_paidCurrency amount for amount paid, in the store currency’s minor unit unless the object reference states otherwise.
order.attributesCustom cart attributes.
order.attributionBuyer-visible attribution value for this order.
order.b2bCompany purchase snapshot (company/location names, PO number, payment plan, terms and due date, receivable state), or nil for a D2C order.
order.billing_addressBilling address.
order.buyer_pending_payment_instructionsBuyer-visible buyer pending payment instructions.
order.buyer_pending_payment_instructions_uses_defaultBuyer-visible buyer_pending_payment_instructions_uses_default value for this order.
order.cancel_reasonReason for cancellation.
order.cancel_reason_labelBuyer-visible cancel reason label.
order.canceledBuyer-visible canceled value for this order.
order.canceled_atISO timestamp for canceled, or nil when unavailable.
order.cancelledtrue when cancelled.
order.cancelled_atCancellation timestamp.
order.cart_level_discount_applicationsBuyer-visible cart_level_discount_applications value for this order.
order.company_location_tax_idTax registration ID of the purchasing company location as stamped on the order, or nil for a D2C order.
order.confirmation_numberBuyer-visible confirmation_number value for this order.
order.created_atCreation timestamp.
order.currencyCurrency (ISO code or object).
order.customerBuyer-visible customer value for this order.
order.customer_order_urlBuyer-visible URL for customer order, or nil/empty when unavailable.
order.customer_urlCustomer-facing order URL.
order.delivery_urlBuyer-visible URL for delivery, or nil/empty when unavailable.
order.discount_applicationsDiscounts applied.
order.effective_tax_exempttrue when the order was taxed as exempt under the exemption in force at placement.
order.emailEmail address.
order.estimated_deliveryBuyer-visible estimated_delivery value for this order.
order.financial_statusPayment status (paid, pending, refunded…).
order.financial_status_labelBuyer-visible financial status label.
order.fulfillment_statusFulfillment status.
order.fulfillment_status_labelBuyer-visible fulfillment status label.
order.fulfillmentsBuyer-visible fulfillments value for this order.
order.gift_card_applied_amountCurrency amount for gift card applied amount, in the store currency’s minor unit unless the object reference states otherwise.
order.idUnique identifier.
order.included_taxCurrency amount for included tax, in the store currency’s minor unit unless the object reference states otherwise.
order.item_countTotal quantity across all lines.
order.line_itemsOrder lines.
order.line_items_subtotal_priceCurrency amount for line items subtotal price, in the store currency’s minor unit unless the object reference states otherwise.
order.manual_payment_reference_labelBuyer-visible manual payment reference label.
order.manual_payment_settlement_policyBuyer-visible manual_payment_settlement_policy value for this order.
order.metafieldsMetafields on this resource.
order.nameName.
order.noteCart note from the buyer.
order.order_numberSequential order number.
order.order_status_urlBuyer-visible URL for order status, or nil/empty when unavailable.
order.out_of_zone_tax_adjustmentBuyer-visible out_of_zone_tax_adjustment value for this order.
order.payment_method_kindPublic payment method kind value.
order.payment_method_manual_kindPublic payment method manual kind value.
order.payment_method_nameBuyer-visible payment method name.
order.payment_method_uses_default_descriptionBuyer-visible payment_method_uses_default_description value for this order.
order.payment_method_uses_default_nameBuyer-visible payment method uses default name.
order.phonePhone number.
order.pickup_in_storeBuyer-visible pickup_in_store value for this order.
order.pickup_in_store?Boolean predicate for pickup_in_store on this order.
order.post_purchaseBuyer-visible post_purchase value for this order.
order.shipping_addressShipping address.
order.shipping_methodsChosen shipping methods.
order.shipping_priceShipping charge.
order.show_buyer_pending_payment_instructionstrue when this order should show buyer pending payment instructions.
order.show_buyer_pending_payment_instructions?Boolean predicate for show_buyer_pending_payment_instructions on this order.
order.store_credit_applied_amountCurrency amount for store credit applied amount, in the store currency’s minor unit unless the object reference states otherwise.
order.subtotal_line_itemsBuyer-visible subtotal_line_items value for this order.
order.subtotal_priceSubtotal before shipping and taxes.
order.tagsTags as an array of strings.
order.tax_displayBuyer-visible tax_display value for this order.
order.tax_exemption_owner_idIdentifier for the related tax exemption owner record, or nil/empty when unavailable.
order.tax_exemption_owner_typePublic tax exemption owner type value.
order.tax_labelBuyer-visible tax label.
order.tax_linesTax breakdown lines.
order.tax_priceCurrency amount for tax price, in the store currency’s minor unit unless the object reference states otherwise.
order.total_discountsCurrency amount for total discounts, in the store currency’s minor unit unless the object reference states otherwise.
order.total_dutiesCurrency amount for total duties, in the store currency’s minor unit unless the object reference states otherwise.
order.total_net_amountCurrency amount for total net amount, in the store currency’s minor unit unless the object reference states otherwise.
order.total_outstandingCurrency amount for total outstanding, in the store currency’s minor unit unless the object reference states otherwise.
order.total_priceTotal after discounts.
order.total_refunded_amountCurrency amount for total refunded amount, in the store currency’s minor unit unless the object reference states otherwise.
order.transactionsPayment transactions.

Property list is generated from the storefront engine (OrderDrop), so it always matches what your theme can use. Use {{ order | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.