🏪SellerComplete ExamplesRecentUpdated Jul 12, 2026·Verified against the app Jul 12, 2026

Worked Example: Exporting Last Month’s Delivered Orders to CSV

#example#reports#csv#export#analytics
Complete Examples · Reports

A month after launch, Ahmad wants a spreadsheet of everything he actually delivered — to reconcile against his own stock book. The Sales Reports page filters and exports exactly that. Here is his run, column by column.

Starting point

State: a store with a month of orders across MARKET and FBF. Goal: a CSV of delivered orders from the last 30 days, opened in a spreadsheet, understood correctly.

Where this happens

Sales Reports — the real analytics page (the dashboard’s sales cards are placeholders; this page is the truth).

UI guide
Sales Reports
Sales Reports
TodayYesterdayLast 7 DaysLast 30 DaysThis MonthCustom
Order typeAll types
StatusDelivered
KPIs: Total Orders · Units Sold · Avg. Order Value · Cancellation Rate
Export CSV
Structural diagram of the real page — not a screenshot.
Filters at the top; the Sales Details table (and its Export CSV button) below.

Step by step with Ahmad’s values

  1. Open Sales Reports and pick the date preset Last 30 Days.
  2. Set Status = Delivered and keep Order type = All types (or narrow to Market/FBF/FBS).
  3. Skim the KPI cards for context: Total Orders, Units Sold, Avg. Order Value, Cancellation Rate — each compared with the previous period.
  4. In the Sales Details table, click Export CSV. The browser downloads sales-report-2026-06-12-2026-07-12.csv — UTF-8 with BOM, so Arabic product names open cleanly in Excel.

What you should see

The CSV has exactly these columns:

ColumnWhat it means
Order NumberThe order reference, e.g. ORD-284551 — your join key to the Orders page.
DateOrder date (YYYY-MM-DD).
CustomerBuyer name as shown on the order.
Fulfillment TypeFBF / MARKET / FBS.
StatusThe order status at export time — here all “Delivered”.
Items / UnitsDistinct items on the order / total pieces across them.
Amount / CurrencyOrder money fields — see the note below.
ProductsProduct names joined with “ | ”.
ℹ️Note

The export (and the revenue/commission KPIs on the page) contain money fields. Treat them as raw order values only — not as what you will be paid. The financial details of this step are covered in a dedicated Finance guide coming soon.

A common mistake on this journey

🚫Common Mistake

Reading the report as a payout statement — e.g. summing Amount and expecting that number in the bank. The report counts orders; commissions, shipping and returns adjustments are a separate financial layer (the commission and shipping KPI cards themselves say they will populate “when the finance system is connected”). Recovery: use the CSV for operations — units, order counts, product mix, cancellation and return rates — and wait for the Finance guide for money reconciliation.

When to contact support

Contact support (category Performance & Operations) if the export is missing orders you can see in the Orders page for the same range, if the file is corrupted, or if numbers contradict the on-screen table. Attach the CSV and state the exact filters used.

Related guides

Was this article helpful?