Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 996 Bytes

File metadata and controls

40 lines (30 loc) · 996 Bytes

Shopify-style API Reporting Demo Report

Run Summary

  • Input directory: data/mock_api
  • Output directory: data/output
  • Date range: 2026-01-01 to 2026-03-31
  • Workflow: local mock REST-style fixtures only

Extraction Summary

  • Orders: 4
  • Order pages: 2
  • Products: 4
  • Customers: 4

Output Files

  • sales_summary_by_month.csv
  • sales_summary_by_product.csv
  • customer_order_summary.csv
  • orders_cleaned.csv
  • line_items_cleaned.csv
  • products_cleaned.csv
  • customers_cleaned.csv
  • shopify_reporting_demo.xlsx
  • ecommerce_reporting.sqlite
  • report.md

Validation Issues

  • [warning] orders row 1004 field customer_email: Required field customer_email is blank
  • [warning] orders row 1003 field fulfillment_status: Required field fulfillment_status is blank

Limitations

  • No real Shopify API calls.
  • No OAuth, Admin API token handling, or production connector.
  • Fake demo data only.
  • GraphQL-shaped cursor workflow is reserved for v0.2.