Get Channel History
GET/api/v2/pro-forma/history
Historical realized actuals for one product on a set of sales channels — the "pro forma vs. actuals" comparison.
Metrics (per the period):
orders— distinct order count (drafts and cancelled excluded)units— total units soldavg_unit_revenue/avg_unit_cogs/avg_unit_fees— per-unit averages from sales order line financials (fees = allocated settlement/channel costs)avg_unit_shipping— fulfillment costs prorated to the product by quantity shareavg_margin_pct— profit / revenue * 100return_rate_pct— quantity-weighted share of lines with credits or returned COGSavg_refund_pct— refund $ as % of gross revenue over returned lines (null when the period has no returns)recovery_rate_pct— COGS recovered (restocked) as % of COGS over returned lines (null when the period has no returns)
data is null when the product has no qualifying orders in the period.
Requires Bearer token (products scope).
Request
Responses
- 200
OK
Response Headers
Content-Type