{
  "response_id": "fmkt_20260711_000184",
  "generated_at": "2026-07-11T14:32:18-04:00",
  "marketplace": {
    "id": "greenway-farmers-market",
    "name": "Greenway Farmers Market",
    "currency": "USD",
    "timezone": "America/New_York",
    "service_area": {
      "city": "Burlington",
      "state": "Vermont",
      "postal_codes": [
        "05401",
        "05405",
        "05408"
      ]
    }
  },
  "pickup_window": {
    "date": "2026-07-18",
    "opens_at": "08:00",
    "closes_at": "13:00",
    "location": {
      "name": "Waterfront Pavilion",
      "address": {
        "line1": "22 Lake Street",
        "line2": null,
        "city": "Burlington",
        "state": "VT",
        "postal_code": "05401"
      }
    }
  },
  "vendors": [
    {
      "id": "vendor_001",
      "name": "Maple Hill Organics",
      "stall": "A4",
      "certifications": [
        "USDA Organic",
        "Vermont Fresh Network"
      ],
      "rating": {
        "average": 4.9,
        "review_count": 128
      },
      "products": [
        {
          "id": "prod_apple_honeycrisp_3lb",
          "name": "Honeycrisp Apples",
          "category": "fruit",
          "unit": "3 lb bag",
          "price": 8.5,
          "inventory": {
            "available": 34,
            "reserved": 6
          },
          "tags": [
            "organic",
            "local",
            "no-wax"
          ]
        },
        {
          "id": "prod_carrot_rainbow_bunch",
          "name": "Rainbow Carrots",
          "category": "vegetables",
          "unit": "bunch",
          "price": 4.25,
          "inventory": {
            "available": 52,
            "reserved": 11
          },
          "tags": [
            "organic",
            "heirloom"
          ]
        }
      ]
    },
    {
      "id": "vendor_002",
      "name": "Stone Barn Creamery",
      "stall": "B2",
      "certifications": [
        "Pasture-Raised",
        "Animal Welfare Approved"
      ],
      "rating": {
        "average": 4.8,
        "review_count": 87
      },
      "products": [
        {
          "id": "prod_cheddar_aged_8oz",
          "name": "Aged Cheddar",
          "category": "dairy",
          "unit": "8 oz block",
          "price": 7.75,
          "inventory": {
            "available": 18,
            "reserved": 9
          },
          "tags": [
            "grass-fed",
            "small-batch"
          ]
        },
        {
          "id": "prod_yogurt_plain_quart",
          "name": "Plain Whole Milk Yogurt",
          "category": "dairy",
          "unit": "1 quart",
          "price": 6.5,
          "inventory": {
            "available": 26,
            "reserved": 4
          },
          "tags": [
            "cultured",
            "no-added-sugar"
          ]
        }
      ]
    }
  ],
  "featured_bundles": [
    {
      "id": "bundle_weekend_brunch",
      "name": "Weekend Brunch Box",
      "price": 28.0,
      "items": [
        {
          "product_id": "prod_apple_honeycrisp_3lb",
          "quantity": 1
        },
        {
          "product_id": "prod_yogurt_plain_quart",
          "quantity": 1
        },
        {
          "product_id": "prod_cheddar_aged_8oz",
          "quantity": 1
        }
      ],
      "available_quantity": 12
    }
  ],
  "cart": {
    "customer_id": "cust_78942",
    "items": [
      {
        "product_id": "prod_carrot_rainbow_bunch",
        "vendor_id": "vendor_001",
        "quantity": 2,
        "unit_price": 4.25,
        "line_total": 8.5
      },
      {
        "product_id": "prod_cheddar_aged_8oz",
        "vendor_id": "vendor_002",
        "quantity": 1,
        "unit_price": 7.75,
        "line_total": 7.75
      }
    ],
    "totals": {
      "subtotal": 16.25,
      "market_fee": 1.5,
      "tax": 0.0,
      "discount": 0.0,
      "grand_total": 17.75
    }
  },
  "payment_options": [
    {
      "type": "card",
      "enabled": true
    },
    {
      "type": "snap_ebt",
      "enabled": true,
      "eligible_categories": [
        "fruit",
        "vegetables",
        "dairy",
        "bread",
        "meat",
        "eggs"
      ]
    },
    {
      "type": "cash_at_pickup",
      "enabled": false
    }
  ],
  "links": {
    "self": "/api/v1/markets/greenway-farmers-market",
    "checkout": "/api/v1/carts/cust_78942/checkout",
    "vendors": "/api/v1/markets/greenway-farmers-market/vendors"
  }
}