{
  "marketplace": {
    "id": "fmkt_toronto_001",
    "name": "Greenway Farmers' Market",
    "currency": "CAD",
    "timezone": "America/Toronto",
    "locale": "en-CA",
    "status": "open",
    "location": {
      "name": "Greenway Community Pavilion",
      "address": {
        "line1": "125 River Street",
        "line2": null,
        "city": "Toronto",
        "province": "ON",
        "postalCode": "M5A 3P6",
        "country": "CA"
      },
      "coordinates": {
        "latitude": 43.6604,
        "longitude": -79.3582
      }
    },
    "schedule": {
      "seasonStart": "2026-05-02",
      "seasonEnd": "2026-10-31",
      "marketDays": [
        {
          "day": "Saturday",
          "opensAt": "08:00",
          "closesAt": "14:00"
        }
      ],
      "holidayClosures": [
        "2026-07-04"
      ]
    },
    "ordering": {
      "enabled": true,
      "cutoffHoursBeforeMarket": 18,
      "minimumOrder": 10.0,
      "pickupWindows": [
        {
          "id": "pickup_0800",
          "start": "08:00",
          "end": "10:00",
          "capacity": 80
        },
        {
          "id": "pickup_1000",
          "start": "10:00",
          "end": "12:00",
          "capacity": 100
        },
        {
          "id": "pickup_1200",
          "start": "12:00",
          "end": "14:00",
          "capacity": 60
        }
      ],
      "paymentMethods": [
        "credit_card",
        "debit_card",
        "market_tokens"
      ]
    }
  },
  "vendors": [
    {
      "id": "vendor_sunrise_acres",
      "name": "Sunrise Acres",
      "verified": true,
      "stall": "A12",
      "categories": [
        "vegetables",
        "herbs"
      ],
      "farmingPractices": [
        "organic",
        "no-till"
      ],
      "contact": {
        "email": "orders@sunriseacres.example",
        "phone": "+1-416-555-0142"
      },
      "products": [
        {
          "id": "prod_heirloom_tomatoes",
          "name": "Heirloom Tomatoes",
          "description": "Mixed field-grown heirloom varieties harvested within 24 hours of market day.",
          "category": "vegetables",
          "unit": {
            "type": "basket",
            "quantity": 1,
            "approximateWeightKg": 0.9
          },
          "price": 8.5,
          "inventory": {
            "available": 34,
            "reserved": 6,
            "lowStockThreshold": 8
          },
          "attributes": {
            "organicCertified": true,
            "local": true,
            "seasonal": true
          },
          "images": [
            {
              "url": "https://cdn.example.com/products/heirloom-tomatoes-main.jpg",
              "alt": "Basket of mixed heirloom tomatoes",
              "primary": true
            }
          ]
        },
        {
          "id": "prod_basil_bunch",
          "name": "Fresh Basil",
          "description": "Fragrant Genovese basil bundled on the morning of the market.",
          "category": "herbs",
          "unit": {
            "type": "bunch",
            "quantity": 1,
            "approximateWeightKg": 0.12
          },
          "price": 4.0,
          "inventory": {
            "available": 22,
            "reserved": 3,
            "lowStockThreshold": 5
          },
          "attributes": {
            "organicCertified": true,
            "local": true,
            "seasonal": true
          },
          "images": []
        }
      ]
    },
    {
      "id": "vendor_maple_lane_bakery",
      "name": "Maple Lane Bakery",
      "verified": true,
      "stall": "B07",
      "categories": [
        "bread",
        "pastries"
      ],
      "farmingPractices": [],
      "contact": {
        "email": "hello@maplelanebakery.example",
        "phone": "+1-647-555-0188"
      },
      "products": [
        {
          "id": "prod_sourdough_country",
          "name": "Country Sourdough Loaf",
          "description": "Naturally leavened loaf made with Ontario-grown wheat and a 24-hour fermentation.",
          "category": "bread",
          "unit": {
            "type": "loaf",
            "quantity": 1,
            "approximateWeightKg": 0.75
          },
          "price": 9.0,
          "inventory": {
            "available": 18,
            "reserved": 12,
            "lowStockThreshold": 6
          },
          "attributes": {
            "organicCertified": false,
            "local": true,
            "seasonal": false,
            "allergens": [
              "wheat"
            ]
          },
          "images": [
            {
              "url": "https://cdn.example.com/products/country-sourdough.jpg",
              "alt": "Round country sourdough loaf",
              "primary": true
            }
          ]
        }
      ]
    }
  ],
  "featuredCollections": [
    {
      "id": "collection_weekend_breakfast",
      "name": "Weekend Breakfast",
      "productIds": [
        "prod_sourdough_country",
        "prod_basil_bunch"
      ],
      "active": true
    },
    {
      "id": "collection_peak_summer",
      "name": "Peak Summer Produce",
      "productIds": [
        "prod_heirloom_tomatoes",
        "prod_basil_bunch"
      ],
      "active": true
    }
  ],
  "metadata": {
    "generatedAt": "2026-07-16T09:30:00-04:00",
    "apiVersion": "2026-06-01",
    "requestId": "req_7f42c118d9b34e62",
    "pagination": {
      "page": 1,
      "pageSize": 20,
      "totalItems": 2,
      "totalPages": 1,
      "nextCursor": null
    }
  }
}