> ## 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 Value: Delivered Order Revenue

> Track the total value of delivered orders for your Shopify store. Measure fulfilled delivery revenue and post-purchase conversions.

<Tip>
  Order Delivered Value measures the total monetary value of orders that have been delivered to customers.
</Tip>

## Formula

<Info>
  **Order Delivered Value** = **SUM** ( Order Value ) **WHERE** status = delivered
</Info>

### Formula Components

| Metric                                                                          | Definition                                               |
| ------------------------------------------------------------------------------- | -------------------------------------------------------- |
| **Order Value**                                                                 | The total value of each order at time of delivery        |
| [**status = delivered**](/data-dictionary/measures-and-dimensions#order-status) | Filters to orders confirmed as delivered to the customer |

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

***

## Example

Your Shopify store had **47 orders delivered** last week with a total delivered value of **\$8,450**.

| Day       | Orders Delivered | Order Delivered Value |
| --------- | ---------------- | --------------------- |
| Monday    | 8                | \$1,240               |
| Tuesday   | 6                | \$980                 |
| Wednesday | 7                | \$1,350               |
| Thursday  | 9                | \$1,620               |
| Friday    | 10               | \$1,890               |
| Saturday  | 4                | \$720                 |
| Sunday    | 3                | \$650                 |

***

## How It Works

Order Delivered Value is tracked when an order's fulfillment status changes to delivered. This event is synced from your Shopify order data and captured by the Upstack pixel. The value includes the full order amount at the time of delivery confirmation.

***

## When to Use

| Scenario                                    | Action                                                                        |
| ------------------------------------------- | ----------------------------------------------------------------------------- |
| Measuring post-purchase fulfillment revenue | Compare delivered value to purchase value to identify fulfillment gaps        |
| Tracking delivery performance by channel    | Segment by acquisition source to see which channels drive reliable deliveries |
| Analyzing delivery timing impact            | Correlate delivery speed with customer satisfaction and repeat purchases      |
| Calculating true delivered ROAS             | Use delivered value instead of purchase value for more accurate ad efficiency |

***

## Related Metrics

| Metric                                                                           | Relationship                                              |
| -------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [Order Delivered](/reference/metrics/funnel/conversions/order-delivered)         | Count of delivered orders (this metric shows the value)   |
| [Order Shipped Value](/reference/metrics/funnel/conversions/order-shipped-value) | Value at shipping stage (prior step in fulfillment)       |
| [Order Fulfilled Value](/reference/metrics/funnel/conversions/fulfillment-value) | Value at fulfillment stage (alternate fulfillment status) |
| [Revenue](/reference/metrics/funnel/conversions/revenue)                         | Total purchase revenue (pre-delivery value)               |

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