{
  "inventory": [
    {
      "id": 1,
      "name": "Answer BMX ProTaper Carbon Handlebar",
      "category": "Handlebars",
      "brand": "Answer BMX",
      "price": 129.99,
      "stock": 15,
      "material": "Carbon Fiber",
      "color": "Black",
      "weight_grams": 200
    },
    {
      "id": 2,
      "name": "Box One Oversized Stem",
      "category": "Stems",
      "brand": "Box Components",
      "price": 79.95,
      "stock": 20,
      "material": "Aluminum",
      "color": "Red",
      "weight_grams": 300
    },
    {
      "id": 3,
      "name": "Tangent Platform Pedals",
      "category": "Pedals",
      "brand": "Tangent",
      "price": 54.99,
      "stock": 25,
      "material": "Aluminum",
      "color": "Blue",
      "weight_grams": 350
    },
    {
      "id": 4,
      "name": "Answer Carbon Pro Fork",
      "category": "Forks",
      "brand": "Answer BMX",
      "price": 249.99,
      "stock": 10,
      "material": "Carbon Fiber",
      "color": "Black",
      "weight_grams": 600
    },
    {
      "id": 5,
      "name": "Box Two Cassette Hub",
      "category": "Hubs",
      "brand": "Box Components",
      "price": 179.95,
      "stock": 12,
      "material": "Aluminum",
      "color": "Silver",
      "weight_grams": 420
    },
    {
      "id": 6,
      "name": "Tangent Mini V-Brake",
      "category": "Brakes",
      "brand": "Tangent",
      "price": 39.99,
      "stock": 30,
      "material": "Aluminum",
      "color": "Black",
      "weight_grams": 150
    },
    {
      "id": 7,
      "name": "Answer Pinnacle Seatpost",
      "category": "Seatposts",
      "brand": "Answer BMX",
      "price": 44.99,
      "stock": 18,
      "material": "Aluminum",
      "color": "Black",
      "weight_grams": 250
    },
    {
      "id": 8,
      "name": "Box One Chainring 44T",
      "category": "Drivetrain",
      "brand": "Box Components",
      "price": 64.95,
      "stock": 22,
      "material": "Aluminum",
      "color": "Gold",
      "weight_grams": 120
    },
    {
      "id": 9,
      "name": "Tangent Integrated Headset",
      "category": "Headsets",
      "brand": "Tangent",
      "price": 29.99,
      "stock": 35,
      "material": "Steel",
      "color": "Black",
      "weight_grams": 180
    },
    {
      "id": 10,
      "name": "Answer Holeshot Tire 20x1.75",
      "category": "Tires",
      "brand": "Answer BMX",
      "price": 34.99,
      "stock": 40,
      "material": "Rubber",
      "color": "Black",
      "weight_grams": 500
    },
    {
      "id": 11,
      "name": "Box One Chain Tensioner",
      "category": "Accessories",
      "brand": "Box Components",
      "price": 24.95,
      "stock": 28,
      "material": "Aluminum",
      "color": "Blue",
      "weight_grams": 90
    },
    {
      "id": 12,
      "name": "Tangent Pivotal Seat",
      "category": "Seats",
      "brand": "Tangent",
      "price": 39.99,
      "stock": 16,
      "material": "Synthetic",
      "color": "Black",
      "weight_grams": 280
    },
    {
      "id": 13,
      "name": "Answer Quick Release Seat Clamp",
      "category": "Seat Clamps",
      "brand": "Answer BMX",
      "price": 19.99,
      "stock": 50,
      "material": "Aluminum",
      "color": "Red",
      "weight_grams": 60
    },
    {
      "id": 14,
      "name": "Box One Crankset 175mm",
      "category": "Cranks",
      "brand": "Box Components",
      "price": 149.95,
      "stock": 14,
      "material": "Aluminum",
      "color": "Black",
      "weight_grams": 700
    },
    {
      "id": 15,
      "name": "Tangent Alloy Rims 20\"",
      "category": "Rims",
      "brand": "Tangent",
      "price": 89.99,
      "stock": 19,
      "material": "Aluminum",
      "color": "Silver",
      "weight_grams": 450
    },
    {
      "id": 16,
      "name": "Answer Chain Tension Bolts",
      "category": "Hardware",
      "brand": "Answer BMX",
      "price": 9.99,
      "stock": 60,
      "material": "Steel",
      "color": "Silver",
      "weight_grams": 40
    },
    {
      "id": 17,
      "name": "Box One Lock-On Grips",
      "category": "Grips",
      "brand": "Box Components",
      "price": 29.95,
      "stock": 45,
      "material": "Rubber",
      "color": "Green",
      "weight_grams": 110
    },
    {
      "id": 18,
      "name": "Tangent Titanium Spokes",
      "category": "Spokes",
      "brand": "Tangent",
      "price": 59.99,
      "stock": 33,
      "material": "Titanium",
      "color": "Silver",
      "weight_grams": 200
    },
    {
      "id": 19,
      "name": "Answer Integrated Bottom Bracket",
      "category": "Bottom Brackets",
      "brand": "Answer BMX",
      "price": 49.99,
      "stock": 21,
      "material": "Steel",
      "color": "Black",
      "weight_grams": 220
    },
    {
      "id": 20,
      "name": "Box One Brake Lever",
      "category": "Brake Components",
      "brand": "Box Components",
      "price": 34.95,
      "stock": 26,
      "material": "Aluminum",
      "color": "Black",
      "weight_grams": 130
    }
  ]
}