{
  "vendor": "Meridian Supply Co.",
  "rate_card_year": 2026,
  "effective_date": "2026-01-01",
  "items": [
    {
      "item_code": "MS-1001",
      "description": "Industrial Solvent Type A",
      "unit": "Gallon",
      "price": 42.5
    },
    {
      "item_code": "MS-1002",
      "description": "Industrial Solvent Type B",
      "unit": "Gallon",
      "price": 38.75
    },
    {
      "item_code": "MS-1003",
      "description": "Degreaser Concentrate",
      "unit": "Liter",
      "price": 28.0
    },
    {
      "item_code": "MS-2001",
      "description": "Nitrile Gloves (Box/100)",
      "unit": "Box",
      "price": 18.95
    },
    {
      "item_code": "MS-2002",
      "description": "Safety Goggles ANSI Z87",
      "unit": "Each",
      "price": 12.5
    },
    {
      "item_code": "MS-2003",
      "description": "Respirator Cartridge N95",
      "unit": "Pack/10",
      "price": 45.0
    },
    {
      "item_code": "MS-3001",
      "description": "Absorbent Pads Heavy Duty",
      "unit": "Case",
      "price": 67.8
    },
    {
      "item_code": "MS-3002",
      "description": "Spill Kit 30 Gallon",
      "unit": "Each",
      "price": 189.0
    },
    {
      "item_code": "MS-3003",
      "description": "Disposal Drum 55 Gal",
      "unit": "Each",
      "price": 95.5
    },
    {
      "item_code": "MS-4001",
      "description": "PPE Storage Cabinet",
      "unit": "Each",
      "price": 425.0
    },
    {
      "item_code": "MS-4002",
      "description": "Safety Shower Station",
      "unit": "Each",
      "price": 1250.0
    },
    {
      "item_code": "MS-4003",
      "description": "Eye Wash Station",
      "unit": "Each",
      "price": 385.0
    }
  ],
  "volume_discounts": {
    "10-49_units": "5%",
    "50-99_units": "10%",
    "100+_units": "15%"
  },
  "terms": {
    "payment": "Net 30",
    "shipping": "FOB Origin",
    "minimum_order": 250.0
  }
}