{
  "run_id": "sprouts-dry-2026-04-10",
  "page_state": {
    "order_history_url": "https://shop.sprouts.com/account/orders",
    "zip_prompt": true,
    "login_page_text": "Sign in to your Sprouts account Enter your password",
    "notes": [
      "ZIP prompt appears on first load",
      "Orders list requires lazy-load handling"
    ]
  },
  "orders": [
    {
      "order_id": "SPR-1001",
      "order_date": "2026-04-09",
      "fulfillment_type": "pickup",
      "order_total": "12.34",
      "detail_url": "https://shop.sprouts.com/account/orders/SPR-1001",
      "items": [
        {
          "item_name": "Organic Bananas",
          "quantity": "2",
          "unit_price": "1.50",
          "item_total": "3.00"
        },
        {
          "item_name": "Whole Milk",
          "quantity": "1",
          "unit_price": "4.00",
          "item_total": "4.00"
        }
      ],
      "adjustments": [
        {
          "adjustment_name": "Tax",
          "adjustment_amount": "0.34",
          "adjustment_type": "tax"
        },
        {
          "adjustment_name": "Service fee",
          "adjustment_amount": "5.00",
          "adjustment_type": "fee"
        }
      ]
    },
    {
      "order_id": "SPR-1002",
      "order_date": "2026-04-08",
      "fulfillment_type": "delivery",
      "order_total": "10.00",
      "detail_url": "https://shop.sprouts.com/account/orders/SPR-1002",
      "items": [
        {
          "item_name": "Avocados",
          "quantity": "2",
          "unit_price": "2.00",
          "item_total": "4.00"
        }
      ],
      "adjustments": [
        {
          "adjustment_name": "Tax",
          "adjustment_amount": "0.30",
          "adjustment_type": "tax"
        }
      ]
    }
  ]
}
