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

# Order Delivered: Track Fulfilled Shopify Orders

> Track order delivered events for your Shopify store. Monitor fulfillment completion and delivery confirmation for e-commerce attribution.

<Tip>
  Order Delivered counts the number of orders that have been successfully delivered to customers.
</Tip>

## Formula

<Info>
  **Order Delivered** = **COUNT** ( Orders ) **WHERE** status = delivered
</Info>

### Formula Components

| Metric                 | Definition                                               |
| ---------------------- | -------------------------------------------------------- |
| **Orders**             | Total orders tracked in your Shopify store               |
| **status = delivered** | Filters to orders confirmed as delivered to the customer |

| Metadata        |                                                              |
| --------------- | ------------------------------------------------------------ |
| **Type**        | Count                                                        |
| **Data Source** | [Upstack Pixel](/pixel), [Shopify](/sources/catalog/shopify) |
| **Aggregation** | Count                                                        |

***

## Example

Your Shopify store fulfilled **1,847 orders** in January. Of those, **1,623** have been confirmed as delivered.

| Period | Orders Fulfilled | Orders Delivered | Delivery Rate |
| ------ | ---------------- | ---------------- | ------------- |
| Week 1 | 412              | 389              | 94.4%         |
| Week 2 | 478              | 421              | 88.1%         |
| Week 3 | 445              | 398              | 89.4%         |
| Week 4 | 512              | 415              | 81.1%         |

***

## How It Works

Order Delivered events are tracked when Shopify confirms that an order has been successfully delivered to the customer. This data syncs from your Shopify order fulfillment status and carrier tracking information, giving you visibility into the complete customer journey from purchase to delivery.

***

## When to Use

| Scenario                       | Action                                                     |
| ------------------------------ | ---------------------------------------------------------- |
| Measuring fulfillment success  | Track delivery completion rates across carriers            |
| Post-purchase attribution      | Understand which marketing channels drive delivered orders |
| Carrier performance analysis   | Compare delivery rates between shipping providers          |
| Customer experience monitoring | Identify delivery delays or failures by region             |

***

## Related Metrics

| Metric           | Relationship                                        |
| ---------------- | --------------------------------------------------- |
| Total Orders     | All orders placed, before delivery confirmation     |
| Order Shipped    | Orders that have been shipped but not yet delivered |
| Conversion Value | Revenue associated with delivered orders            |

[See all Conversions metrics →](/reference/metrics/funnel/conversions)
