{
  "requestId": "req_8f4b2c91d6a34e21",
  "generatedAt": "2026-07-14T09:35:12-04:00",
  "marketplace": {
    "id": "fmkt_green-valley",
    "name": "Green Valley Farmers Market",
    "timezone": "America/New_York",
    "currency": "USD",
    "status": "open",
    "location": {
      "address": "214 Maple Street",
      "city": "Burlington",
      "state": "VT",
      "postalCode": "05401",
      "coordinates": {
        "latitude": 44.4759,
        "longitude": -73.2121
      }
    }
  },
  "orderWindow": {
    "opensAt": "2026-07-14T08:00:00-04:00",
    "closesAt": "2026-07-15T18:00:00-04:00",
    "fulfillmentOptions": [
      {
        "type": "pickup",
        "label": "Saturday Market Pickup",
        "availableWindows": [
          {
            "id": "win_sat_0900",
            "startsAt": "2026-07-18T09:00:00-04:00",
            "endsAt": "2026-07-18T10:30:00-04:00",
            "capacityRemaining": 42
          },
          {
            "id": "win_sat_1030",
            "startsAt": "2026-07-18T10:30:00-04:00",
            "endsAt": "2026-07-18T12:00:00-04:00",
            "capacityRemaining": 27
          }
        ]
      },
      {
        "type": "local_delivery",
        "label": "Local Delivery",
        "deliveryRadiusMiles": 8,
        "fee": 6.5,
        "minimumOrder": 25
      }
    ]
  },
  "vendors": [
    {
      "id": "vendor_sunhill",
      "name": "Sunhill Produce",
      "category": "vegetables",
      "rating": 4.8,
      "certifications": ["organic", "no-till"],
      "products": [
        {
          "id": "prod_heirloom_tomatoes",
          "name": "Heirloom Tomatoes",
          "unit": "pint",
          "price": 5.5,
          "inventory": {
            "available": 38,
            "reserved": 6
          },
          "tags": ["seasonal", "organic", "popular"]
        },
        {
          "id": "prod_swiss_chard",
          "name": "Rainbow Swiss Chard",
          "unit": "bunch",
          "price": 3.75,
          "inventory": {
            "available": 24,
            "reserved": 2
          },
          "tags": ["leafy-greens", "organic"]
        }
      ]
    },
    {
      "id": "vendor_cloverbend",
      "name": "Cloverbend Creamery",
      "category": "dairy",
      "rating": 4.9,
      "certifications": ["pasture-raised"],
      "products": [
        {
          "id": "prod_goat_chevre",
          "name": "Fresh Goat Chèvre",
          "unit": "6 oz tub",
          "price": 7.25,
          "inventory": {
            "available": 18,
            "reserved": 4
          },
          "tags": ["refrigerated", "small-batch"]
        },
        {
          "id": "prod_whole_milk",
          "name": "Creamline Whole Milk",
          "unit": "half gallon",
          "price": 4.95,
          "inventory": {
            "available": 31,
            "reserved": 9
          },
          "tags": ["refrigerated", "glass-bottle-return"]
        }
      ]
    },
    {
      "id": "vendor_wildflower_apiary",
      "name": "Wildflower Apiary",
      "category": "pantry",
      "rating": 4.7,
      "certifications": ["local"],
      "products": [
        {
          "id": "prod_raw_honey",
          "name": "Raw Wildflower Honey",
          "unit": "12 oz jar",
          "price": 9.0,
          "inventory": {
            "available": 56,
            "reserved": 8
          },
          "tags": ["shelf-stable", "local"]
        }
      ]
    }
  ],
  "cartSummary": {
    "itemCount": 4,
    "subtotal": 24.45,
    "fees": {
      "marketplaceServiceFee": 1.25,
      "estimatedDeliveryFee": 0
    },
    "discounts": [
      {
        "code": "SNAP_MATCH",
        "description": "Nutrition incentive match",
        "amount": 5.0
      }
    ],
    "estimatedTotal": 20.7
  },
  "pagination": {
    "limit": 25,
    "offset": 0,
    "totalVendors": 3,
    "hasMore": false
  }
}