Fake Shopify Order Data Generator
Generates realistic fake Shopify order records as CSV for app testing. Creates order data with customer info, product names, SKUs, quantities, prices, and order status using only Python standard library. Features Generate fake order IDs and timestamps Random customer names, emails, and shipping addresses Product names, SKUs, variants, and quantities Prices, discounts, taxes, and order totals Order status distribution (fulfilled, pending, refunded) Configurable record count via –records argument Usage python fake-shopify-order-data-generator....