Fluent Commerce Logo
Docs
Sign In

Average Return Order Items Metric

How-to Guide

Author:

Holger Lierse

Changed on:

16 Sept 2025

Key Points

  • Average number of items per return order.

Steps

Step arrow right iconWhat it measures

Average number of items per return order.

No alt provided

Step arrow right iconWhen to use this metric

  • Monitor return complexity and processing requirements
  • Assess customer return behavior patterns
  • Plan return processing capacity and workflows
  • Evaluate product bundling impact on returns

Step arrow right iconHow to interpret

  • Good performance: Low items per return indicates isolated product issues
  • Potential issues: High items per return may suggest order fulfillment problems
  • Benchmark guidance: Should be lower than average order items

Step arrow right iconKey considerations

  • Multi-item returns increase processing complexity and costs
  • May indicate systemic fulfillment or quality issues
  • Return item patterns can guide process improvements

Step arrow right iconTechnical details

Formula: 

COUNT(returnOrder.items) / COUNT(returnOrders) where status = {COMPLETE_STATUS} within the selected time period

Configurable elements:

  • COMPLETE_STATUS: Status definitions for complete fulfillments (default: COMPLETE)