> ## 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 Shipped Value: Track Fulfilled Order Revenue

> Track total monetary value of shipped orders for your Shopify store. Measure fulfillment revenue, shipped order performance, and confirmed revenue.

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

## Formula

<Info>
  **Order Shipped Value** = **SUM** ( value ) **WHERE** event = order\_shipped
</Info>

### Formula Components

| Metric                     | Definition                                                  |
| -------------------------- | ----------------------------------------------------------- |
| **value**                  | The monetary value of each shipped order                    |
| **event = order\_shipped** | Filters to only orders that have been shipped and fulfilled |

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

***

## Example

Your Shopify store shipped **847 orders** in March with a total shipped value of **\$94,230**.

| Week   | Orders Shipped | Shipped Value |
| ------ | -------------- | ------------- |
| Week 1 | 198            | \$22,140      |
| Week 2 | 215            | \$24,890      |
| Week 3 | 221            | \$23,450      |
| Week 4 | 213            | \$23,750      |

***

## How It Works

Order Shipped Value sums the monetary value of all `order_shipped` events tracked by the Upstack Pixel. When Shopify fulfills an order and marks it as shipped, the event is captured with the order value. This metric reflects actual fulfilled revenue rather than placed orders.

***

## When to Use

| Scenario                        | Action                                                                 |
| ------------------------------- | ---------------------------------------------------------------------- |
| Measure fulfillment performance | Track shipped value vs. total order value to identify fulfillment gaps |
| Calculate shipped revenue       | Understand how much revenue has actually left your warehouse           |
| Identify fulfillment delays     | Compare order value to shipped value over time periods                 |
| Forecast cash flow              | Use shipped orders as a proxy for confirmed revenue                    |

***

## Related Metrics

| Metric                                                                     | Relationship                          |
| -------------------------------------------------------------------------- | ------------------------------------- |
| [Total Orders](/reference/metrics/orders/counts/orders)                    | Count of all orders placed            |
| [Conversion Value](/reference/metrics/funnel/conversions/conversion-value) | Total value of attributed conversions |
| [Order Count](/reference/metrics/orders/counts/orders)                     | Total number of orders                |

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