{
  "merchants": [
    {
      "id": "merchant_demo",
      "name": "Northstar Supply",
      "email": "hello@northstarsupply.co",
      "status": "active",
      "createdAt": "2026-03-18T15:45:16.693Z",
      "storefront": {
        "brandName": "Northstar Supply",
        "tagline": "Premium essentials for independent brands and creative teams.",
        "theme": "sunset",
        "accentColor": "#f97316",
        "heroHeading": "Launch a storefront that feels like your brand.",
        "heroDescription": "Sell hero products, ship with confidence, and keep every part of your business in one clean workspace.",
        "announcement": "Spring launch savings: free shipping on orders over $75."
      },
      "shipping": {
        "origin": "Los Angeles, CA",
        "zones": [
          {
            "id": "zone_us",
            "name": "United States",
            "rate": 8,
            "eta": "2-4 business days"
          },
          {
            "id": "zone_intl",
            "name": "International",
            "rate": 18,
            "eta": "5-10 business days"
          }
        ]
      },
      "analytics": {
        "visitors": 14520,
        "conversionRate": 3.8,
        "revenue": 42890
      }
    },
    {
      "id": "merchant_r72gszzs",
      "name": "Studio Oak",
      "email": "owner@studiooak.com",
      "status": "active",
      "createdAt": "2026-03-18T15:45:23.668Z",
      "storefront": {
        "brandName": "Studio Oak",
        "tagline": "Build, launch, and grow your online store.",
        "theme": "midnight",
        "accentColor": "#0f766e",
        "heroHeading": "Welcome to Studio Oak",
        "heroDescription": "A modern storefront powered by a clean merchant dashboard and fast fulfillment workflows.",
        "announcement": "New storefront now live."
      },
      "shipping": {
        "origin": "New York, NY",
        "zones": [
          {
            "id": "zone_mh4hgcy9",
            "name": "Domestic",
            "rate": 9,
            "eta": "2-5 business days"
          },
          {
            "id": "zone_bonc2zuk",
            "name": "Canada",
            "rate": 14,
            "eta": "4-8 business days"
          }
        ]
      },
      "analytics": {
        "visitors": 0,
        "conversionRate": 0,
        "revenue": 0
      }
    }
  ],
  "products": [
    {
      "id": "prod_ccow0wuf",
      "merchantId": "merchant_r72gszzs",
      "title": "Walnut Shelf",
      "description": "",
      "price": 149,
      "sku": "SKU_15UTJ637",
      "inventory": 12,
      "category": "Home",
      "status": "draft",
      "image": "https://images.unsplash.com/photo-1523275335684-37898b6baf30?auto=format&fit=crop&w=900&q=80"
    },
    {
      "id": "prod_aurora",
      "merchantId": "merchant_demo",
      "title": "Aurora Carryall",
      "description": "A durable canvas bag designed for retail teams and everyday customers.",
      "price": 68,
      "sku": "AUR-001",
      "inventory": 84,
      "category": "Accessories",
      "status": "active",
      "image": "https://images.unsplash.com/photo-1542291026-7eec264c27ff?auto=format&fit=crop&w=900&q=80"
    },
    {
      "id": "prod_luma",
      "merchantId": "merchant_demo",
      "title": "Luma Desk Lamp",
      "description": "Minimal lighting with a warm tone built for workspaces and storefront displays.",
      "price": 124,
      "sku": "LUM-204",
      "inventory": 26,
      "category": "Home",
      "status": "active",
      "image": "https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=900&q=80"
    }
  ],
  "orders": [
    {
      "id": "order_c8ykdg6d",
      "merchantId": "merchant_r72gszzs",
      "customerName": "Alex Rivera",
      "customerEmail": "alex@example.com",
      "status": "fulfilled",
      "shippingStatus": "in_transit",
      "total": 149,
      "createdAt": "2026-03-18T15:45:23.669Z",
      "items": [
        {
          "title": "Walnut Shelf",
          "quantity": 1,
          "price": 149
        }
      ],
      "shippingAddress": "10 King St, Toronto"
    },
    {
      "id": "order_nova",
      "merchantId": "merchant_demo",
      "customerName": "Jordan Lee",
      "customerEmail": "jordan@example.com",
      "status": "processing",
      "shippingStatus": "label_created",
      "total": 192,
      "createdAt": "2026-03-18T15:45:16.694Z",
      "items": [
        {
          "productId": "prod_aurora",
          "title": "Aurora Carryall",
          "quantity": 1,
          "price": 68
        },
        {
          "productId": "prod_luma",
          "title": "Luma Desk Lamp",
          "quantity": 1,
          "price": 124
        }
      ],
      "shippingAddress": "415 Market St, San Francisco, CA"
    }
  ]
}