{
  "marketplace": {
    "id": "fmkt-toronto-001",
    "name": "Green Basket Farmers' Market",
    "timezone": "America/Toronto",
    "currency": "CAD",
    "locale": "en-CA",
    "status": "open",
    "location": {
      "venue": "Riverside Community Square",
      "address": {
        "street": "125 Broadview Avenue",
        "city": "Toronto",
        "province": "ON",
        "postalCode": "M4M 2E9",
        "country": "CA"
      },
      "coordinates": {
        "latitude": 43.6591,
        "longitude": -79.3502
      }
    },
    "schedule": {
      "seasonStart": "2026-05-02",
      "seasonEnd": "2026-10-31",
      "marketDays": [
        {
          "day": "Saturday",
          "opensAt": "08:00",
          "closesAt": "14:00"
        }
      ]
    },
    "ordering": {
      "enabled": true,
      "minimumOrder": 10.0,
      "cutoffHoursBeforeMarket": 18,
      "fulfillmentMethods": [
        {
          "type": "market_pickup",
          "fee": 0,
          "pickupWindows": [
            "09:00-10:00",
            "10:00-11:00",
            "11:00-12:00",
            "12:00-13:30"
          ]
        },
        {
          "type": "local_delivery",
          "fee": 7.5,
          "freeAbove": 75.0,
          "postalCodePrefixes": [
            "M4M",
            "M4K",
            "M4L"
          ]
        }
      ],
      "paymentMethods": [
        "credit_card",
        "debit_card",
        "cash_at_pickup"
      ]
    }
  },
  "vendors": [
    {
      "id": "vendor-1042",
      "name": "Cedar Lane Organics",
      "verified": true,
      "certifications": [
        {
          "type": "certified_organic",
          "issuer": "Pro-Cert Organic Systems",
          "validUntil": "2027-03-31"
        }
      ],
      "farm": {
        "city": "Uxbridge",
        "province": "ON",
        "distanceKm": 63
      },
      "categories": [
        "vegetables",
        "herbs"
      ],
      "products": [
        {
          "sku": "CLO-TOM-HEIR-1KG",
          "name": "Heirloom Tomatoes",
          "description": "A mixed selection of field-grown heirloom tomato varieties.",
          "category": "vegetables",
          "unit": {
            "label": "1 kg basket",
            "quantity": 1,
            "measure": "kg"
          },
          "price": 8.5,
          "inventory": {
            "available": 24,
            "reserved": 3,
            "lowStockThreshold": 5
          },
          "attributes": {
            "organic": true,
            "seasonal": true,
            "grownWithoutSyntheticPesticides": true
          },
          "images": [
            {
              "url": "https://cdn.example-market.ca/products/heirloom-tomatoes-1.jpg",
              "alt": "Basket of red, yellow, and purple heirloom tomatoes",
              "primary": true
            }
          ]
        },
        {
          "sku": "CLO-BAS-SWT-100G",
          "name": "Sweet Basil",
          "description": "Fresh-cut aromatic basil bundled on the morning of market day.",
          "category": "herbs",
          "unit": {
            "label": "100 g bunch",
            "quantity": 100,
            "measure": "g"
          },
          "price": 3.75,
          "inventory": {
            "available": 16,
            "reserved": 1,
            "lowStockThreshold": 4
          },
          "attributes": {
            "organic": true,
            "seasonal": true,
            "grownWithoutSyntheticPesticides": true
          },
          "images": []
        }
      ]
    },
    {
      "id": "vendor-1088",
      "name": "Maple Creek Apiary",
      "verified": true,
      "certifications": [],
      "farm": {
        "city": "Caledon",
        "province": "ON",
        "distanceKm": 58
      },
      "categories": [
        "honey",
        "preserves"
      ],
      "products": [
        {
          "sku": "MCA-HNY-WLD-500G",
          "name": "Raw Wildflower Honey",
          "description": "Unpasteurized honey collected from mixed wildflower fields.",
          "category": "honey",
          "unit": {
            "label": "500 g jar",
            "quantity": 500,
            "measure": "g"
          },
          "price": 14.0,
          "inventory": {
            "available": 41,
            "reserved": 6,
            "lowStockThreshold": 8
          },
          "attributes": {
            "raw": true,
            "unpasteurized": true,
            "singleOrigin": false
          },
          "images": [
            {
              "url": "https://cdn.example-market.ca/products/wildflower-honey-500g.jpg",
              "alt": "Glass jar of golden wildflower honey",
              "primary": true
            }
          ]
        }
      ]
    }
  ],
  "featuredCollections": [
    {
      "id": "collection-summer-box",
      "name": "Summer Harvest Box",
      "description": "A rotating selection of peak-season produce from local farms.",
      "price": 32.0,
      "contents": [
        {
          "name": "Heirloom Tomatoes",
          "quantity": 1,
          "unit": "1 kg basket"
        },
        {
          "name": "Sweet Basil",
          "quantity": 1,
          "unit": "100 g bunch"
        },
        {
          "name": "Sweet Corn",
          "quantity": 6,
          "unit": "ears"
        },
        {
          "name": "Field Cucumbers",
          "quantity": 3,
          "unit": "each"
        }
      ],
      "substitutionsAllowed": true,
      "availableQuantity": 12
    }
  ],
  "metadata": {
    "generatedAt": "2026-07-30T10:15:00-04:00",
    "apiVersion": "2026-05-01",
    "requestId": "req_7f51bca809d24ac6",
    "pagination": {
      "page": 1,
      "pageSize": 20,
      "totalVendors": 2,
      "hasNextPage": false
    }
  }
}