{
  "customer_name": "Jane Doe",
  "order_number": "ORD-2024-12345",
  "order_date": "January 15, 2024",
  "order_status": "Processing",
  "order_status_url": "https://yourstore.com/orders/12345",
  "subtotal": "$149.97",
  "shipping": "$10.00",
  "total": "$159.97",
  "support_url": "https://yourstore.com/support",
  "company_name": "Your Company",
  "year": "2024",
  "items": [
    { "name": "Product Name 1", "quantity": 1, "price": "$99.99" },
    { "name": "Product Name 2", "quantity": 2, "price": "$49.98" }
  ]
}
