> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sp3ndpay.shop/llms.txt
> Use this file to discover all available pages before exploring further.

# Tracking

> Track orders from Created to Delivered

## Order ID Format

```txt theme={null}
SP3ND-184920
```

Your order ID is provided after payment and sent by email.

## How to Track

<CardGroup cols={2}>
  <Card title="Dashboard" icon="desktop">
    Enter order ID in tracking panel
  </Card>

  <Card title="Direct Link" icon="link">
    Visit tracking URL with order ID
  </Card>
</CardGroup>

## Order Lifecycle

<Steps>
  <Step title="Created">
    Order created, awaiting payment
  </Step>

  <Step title="Paid">
    Payment confirmed
  </Step>

  <Step title="Ordered">
    Product sourced
  </Step>

  <Step title="Shipped">
    In transit
  </Step>

  <Step title="Delivered">
    Arrived
  </Step>
</Steps>

## Email Notifications

After checkout, you receive:

* Order ID
* Tracking link
* Order summary

## Delivery Times

| Destination   | Timeframe |
| ------------- | --------- |
| Domestic (US) | 3-7 days  |
| International | 7-21 days |
| Express       | 1-3 days  |

<Note>
  Keep your order ID private. Anyone with it can view order status.
</Note>

<Card title="Track Order" icon="truck-fast" href="https://sp3ndpay.shop/track">
  Check order status
</Card>
