[
  {
    "id": "adoptme_fly_potion",
    "name": "Fly Potion",
    "category": "Adopt Me",
    "price": 500,
    "stock": 10,
    "description": "A potion for Adopt Me pets.",
    "featured": true
  },
  {
    "id": "adoptme_ride_potion",
    "name": "Ride Potion",
    "category": "Adopt Me",
    "price": 400,
    "stock": 15,
    "description": "A ride potion for Adopt Me pets."
  },
  {
    "id": "adoptme_legendary_pet",
    "name": "Legendary Pet",
    "category": "Adopt Me",
    "price": 2500,
    "stock": 3,
    "description": "A random legendary Adopt Me pet."
  },
  {
    "id": "growagarden_seeds_pack",
    "name": "Seeds Pack",
    "category": "Grow A Garden",
    "price": 250,
    "stock": 20,
    "description": "Starter seeds pack for Grow A Garden."
  },
  {
    "id": "growagarden_rare_crop",
    "name": "Rare Crop",
    "category": "Grow A Garden",
    "price": 750,
    "stock": 8,
    "description": "A rare Grow A Garden crop item."
  },
  {
    "id": "growagarden_boost_bundle",
    "name": "Boost Bundle",
    "category": "Grow A Garden",
    "price": 1200,
    "stock": 1,
    "description": "A useful boost bundle for Grow A Garden."
  }
]