Skip to main content
One row per order that has at least one return, with return counts, return economics, and the order’s own context from obt_orders.
This view contains only orders that have at least one return. To compute a return rate, join against obt_orders or count is_return_order = TRUE rows against total valid orders from obt_orders.
is_return_order and is_exchange_order are the preferred fields for return/exchange order counts. They require is_customer_order = TRUE, which filters to valid, gross-revenue-positive, non-EXC Shopify orders. Do not use has_refund_request or has_exchange_request alone for these metrics.

Example query

Columns