{
  "marketplace": {
    "id": "fm_ontario_001",
    "name": "Harvest Lane Farmers Market",
    "timezone": "America/Toronto",
    "currency": "CAD",
    "locale": "en-CA",
    "status": "open",
    "ordering": {
      "enabled": true,
      "minimumOrder": 15.0,
      "serviceFee": 1.5,
      "cutoffTime": "2026-08-01T18:00:00-04:00",
      "fulfillmentMethods": [
        {
          "type": "pickup",
          "location": {
            "name": "Market Pavilion",
            "address": {
              "line1": "125 River Street",
              "city": "Guelph",
              "province": "ON",
              "postalCode": "N1H 4E6",
              "country": "CA"
            }
          },
          "windows": [
            {
              "startsAt": "2026-08-02T09:00:00-04:00",
              "endsAt": "2026-08-02T12:00:00-04:00",
              "capacityRemaining": 38
            }
          ]
        },
        {
          "type": "delivery",
          "fee": 7.5,
          "freeAbove": 75.0,
          "postalCodePrefixes": [
            "N1C",
            "N1E",
            "N1G",
            "N1H"
          ]
        }
      ]
    }
  },
  "vendors": [
    {
      "id": "vendor_green_acres",
      "name": "Green Acres Farm",
      "verified": true,
      "distanceKm": 18.4,
      "practices": [
        "certified-organic",
        "regenerative",
        "plastic-free-packaging"
      ],
      "contact": {
        "email": "orders@greenacres.example",
        "phone": "+1-519-555-0142"
      },
      "products": [
        {
          "id": "prod_heirloom_tomatoes",
          "name": "Mixed Heirloom Tomatoes",
          "category": "produce",
          "description": "Field-grown tomatoes selected for colour, flavour, and ripeness.",
          "price": {
            "amount": 6.5,
            "unit": "1 lb basket"
          },
          "inventory": {
            "available": true,
            "quantity": 24,
            "lowStockThreshold": 5
          },
          "attributes": {
            "organic": true,
            "seasonal": true,
            "grownIn": "Puslinch, Ontario"
          },
          "images": [
            {
              "url": "https://cdn.harvestlane.example/products/heirloom-tomatoes.jpg",
              "alt": "Basket of red, yellow, and purple heirloom tomatoes"
            }
          ]
        },
        {
          "id": "prod_baby_spinach",
          "name": "Baby Spinach",
          "category": "produce",
          "price": {
            "amount": 4.0,
            "unit": "200 g bag"
          },
          "inventory": {
            "available": true,
            "quantity": 11,
            "lowStockThreshold": 4
          },
          "attributes": {
            "organic": true,
            "seasonal": true,
            "grownIn": "Puslinch, Ontario"
          },
          "images": []
        }
      ]
    },
    {
      "id": "vendor_maple_crest",
      "name": "Maple Crest Apiary",
      "verified": true,
      "distanceKm": 31.7,
      "practices": [
        "small-batch",
        "pollinator-friendly"
      ],
      "contact": {
        "email": "hello@maplecrest.example",
        "phone": null
      },
      "products": [
        {
          "id": "prod_wildflower_honey",
          "name": "Raw Wildflower Honey",
          "category": "pantry",
          "description": "Unpasteurized summer honey with floral and clover notes.",
          "price": {
            "amount": 12.0,
            "unit": "500 g jar"
          },
          "inventory": {
            "available": true,
            "quantity": 42,
            "lowStockThreshold": 8
          },
          "attributes": {
            "organic": false,
            "seasonal": false,
            "allergens": []
          },
          "images": [
            {
              "url": "https://cdn.harvestlane.example/products/wildflower-honey.jpg",
              "alt": "Glass jar of golden wildflower honey"
            }
          ]
        }
      ]
    }
  ],
  "featuredCollections": [
    {
      "id": "collection_weekend_breakfast",
      "title": "Weekend Breakfast",
      "productIds": [
        "prod_wildflower_honey",
        "prod_baby_spinach"
      ],
      "activeFrom": "2026-07-27T00:00:00-04:00",
      "activeUntil": "2026-08-03T23:59:59-04:00"
    }
  ],
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "totalVendors": 2,
    "hasNextPage": false,
    "nextCursor": null
  },
  "generatedAt": "2026-07-31T14:22:08-04:00"
}