Shopify Order Export Sample CSV (Dirty + Clean)
A production-realistic Shopify order export (200 rows) covering the exact scenarios that break data pipelines: multi-line items (one order → multiple rows), partial refunds, mixed fulfillment statuses, and discount code stacking. The 'dirty' version contains trailing whitespace on emails, HTML entities (&) in Lineitem name, and timezone-naive Created at timestamps that shift order dates by ±12 hours during UTC conversion. The 'clean' version normalizes all fields to warehouse-ready format. Perfect for testing ShipStation ERP imports, QuickBooks reconciliation, or Shopify API mock data. All processing happens locally in your browser — your order data never leaves your machine.