Track Your Order

Track your Noble&Tail order below.

{% if customer %} {% assign latest_order = customer.orders | first %} {% if latest_order %}

Welcome back, {{ customer.first_name }}! Here is the tracking information for your most recent order.

Order: {{ latest_order.name }}

Status: {{ latest_order.fulfillment_status | capitalize | default: 'Processing' }}

{% if latest_order.fulfillments.size > 0 %} {% assign fulfillment = latest_order.fulfillments | first %} {% if fulfillment.tracking_url %}

Track My Order →

{% else %}

Tracking information is not yet available for this order. Please check back soon or contact us for assistance.

{% endif %} {% else %}

Your order is being prepared. Tracking details will appear here once your order has been dispatched.

{% endif %}

View all orders in your account →

{% else %}

You don't have any orders yet. Continue shopping.

{% endif %} {% else %}

To track your order, please use our order tracking portal below.

Track My Order →

You will need your order number and the email address used at checkout.

Already have an account? Log in to view your full order history and tracking details.

{% endif %}