{
  "marketplace": {
    "id": "fmkt_toronto_001",
    "name": "Harvest Square Farmers' Market",
    "timezone": "America/Toronto",
    "currency": "CAD",
    "status": "open",
    "location": {
      "venue": "Harvest Square Pavilion",
      "address": {
        "street": "125 Market Lane",
        "city": "Toronto",
        "province": "ON",
        "postalCode": "M5A 1A1",
        "country": "CA"
      },
      "coordinates": {
        "latitude": 43.6536,
        "longitude": -79.3708
      },
      "accessibility": {
        "wheelchairAccessible": true,
        "accessibleParkingSpaces": 6,
        "serviceAnimalsAllowed": true
      }
    },
    "schedule": {
      "seasonStart": "2026-05-02",
      "seasonEnd": "2026-10-31",
      "marketDays": [
        {
          "day": "Saturday",
          "opensAt": "08:00",
          "closesAt": "14:00"
        },
        {
          "day": "Wednesday",
          "opensAt": "15:00",
          "closesAt": "19:00"
        }
      ],
      "holidayClosures": [
        "2026-07-01",
        "2026-10-12"
      ]
    },
    "features": [
      "online_ordering",
      "curbside_pickup",
      "live_inventory",
      "vendor_messaging"
    ]
  },
  "request": {
    "generatedAt": "2026-07-16T10:42:18-04:00",
    "requestId": "req_01K09DJP6AN5K7C3W2H9QF4M8B",
    "page": 1,
    "pageSize": 20
  },
  "vendors": [
    {
      "id": "vendor_green_valley",
      "displayName": "Green Valley Organics",
      "verified": true,
      "stall": {
        "number": "A12",
        "section": "Produce Hall"
      },
      "farm": {
        "location": "Caledon, Ontario",
        "distanceKm": 54.8,
        "certifications": [
          {
            "name": "Canada Organic",
            "issuer": "Pro-Cert",
            "validUntil": "2027-03-31"
          }
        ]
      },
      "categories": [
        "vegetables",
        "herbs"
      ],
      "rating": {
        "average": 4.9,
        "reviewCount": 187
      },
      "products": [
        {
          "sku": "GVO-TOM-HRLM-1LB",
          "name": "Heirloom Tomatoes",
          "description": "Mixed field-grown heirloom varieties harvested within 24 hours of market delivery.",
          "unit": {
            "label": "basket",
            "quantity": 1,
            "approximateWeight": {
              "value": 454,
              "unit": "g"
            }
          },
          "price": {
            "amount": 7.5,
            "currency": "CAD"
          },
          "inventory": {
            "available": 34,
            "reserved": 6,
            "lowStockThreshold": 8
          },
          "attributes": {
            "organic": true,
            "local": true,
            "seasonal": true,
            "requiresRefrigeration": false
          },
          "harvestedOn": "2026-07-15",
          "images": [
            {
              "url": "https://cdn.example-market.ca/products/heirloom-tomatoes-1.jpg",
              "alt": "Basket of red, yellow, and purple heirloom tomatoes",
              "primary": true
            }
          ]
        },
        {
          "sku": "GVO-BSL-SWT-100G",
          "name": "Sweet Basil",
          "description": "Fresh-cut organic basil bundled at the farm.",
          "unit": {
            "label": "bunch",
            "quantity": 1,
            "approximateWeight": {
              "value": 100,
              "unit": "g"
            }
          },
          "price": {
            "amount": 3.75,
            "currency": "CAD"
          },
          "inventory": {
            "available": 18,
            "reserved": 2,
            "lowStockThreshold": 5
          },
          "attributes": {
            "organic": true,
            "local": true,
            "seasonal": true,
            "requiresRefrigeration": true
          },
          "harvestedOn": "2026-07-16",
          "images": []
        }
      ],
      "paymentMethods": [
        "cash",
        "credit_card",
        "debit_card"
      ]
    },
    {
      "id": "vendor_sunrise_apiary",
      "displayName": "Sunrise Apiary",
      "verified": true,
      "stall": {
        "number": "C07",
        "section": "Artisan Row"
      },
      "farm": {
        "location": "Uxbridge, Ontario",
        "distanceKm": 69.2,
        "certifications": []
      },
      "categories": [
        "honey",
        "beeswax_products"
      ],
      "rating": {
        "average": 4.8,
        "reviewCount": 92
      },
      "products": [
        {
          "sku": "SUN-HNY-WLDF-500G",
          "name": "Summer Wildflower Honey",
          "description": "Raw, unpasteurized honey collected from clover, aster, and goldenrod.",
          "unit": {
            "label": "jar",
            "quantity": 1,
            "approximateWeight": {
              "value": 500,
              "unit": "g"
            }
          },
          "price": {
            "amount": 14,
            "currency": "CAD"
          },
          "inventory": {
            "available": 21,
            "reserved": 4,
            "lowStockThreshold": 6
          },
          "attributes": {
            "organic": false,
            "local": true,
            "seasonal": false,
            "requiresRefrigeration": false
          },
          "harvestedOn": null,
          "images": [
            {
              "url": "https://cdn.example-market.ca/products/wildflower-honey-500g.jpg",
              "alt": "Glass jar of golden wildflower honey",
              "primary": true
            }
          ]
        }
      ],
      "paymentMethods": [
        "cash",
        "credit_card",
        "mobile_wallet"
      ]
    }
  ],
  "ordering": {
    "enabled": true,
    "minimumOrder": {
      "amount": 10,
      "currency": "CAD"
    },
    "pickupWindows": [
      {
        "id": "pickup_sat_morning",
        "date": "2026-07-18",
        "startsAt": "09:00",
        "endsAt": "11:00",
        "capacity": 40,
        "remainingSlots": 12
      },
      {
        "id": "pickup_sat_midday",
        "date": "2026-07-18",
        "startsAt": "11:00",
        "endsAt": "13:30",
        "capacity": 50,
        "remainingSlots": 27
      }
    ],
    "fees": {
      "serviceFeePercent": 2.5,
      "pickupFee": {
        "amount": 0,
        "currency": "CAD"
      }
    }
  },
  "metadata": {
    "vendorCount": 2,
    "productCount": 3,
    "filtersApplied": {
      "availableNow": true,
      "categories": [],
      "maximumDistanceKm": 75
    },
    "nextPageToken": null
  }
}