{
  "timestamp": "2026-08-17T20:47:44.225Z",
  "hub": "Verín, Galicia",
  "database": "the-rock-db",
  "data": {
    "orders": [],
    "inventory": [
      {
        "item_id": "INV-BLK-L",
        "name": "Camisetas Lisas Negras (Talla L)",
        "quantity": 85,
        "unit": "uds",
        "min_threshold": 20
      },
      {
        "item_id": "INV-BLK-M",
        "name": "Camisetas Lisas Negras (Talla M)",
        "quantity": 42,
        "unit": "uds",
        "min_threshold": 15
      },
      {
        "item_id": "INV-FILM",
        "name": "Film DTF Rollo 60cm",
        "quantity": 2,
        "unit": "rollos",
        "min_threshold": 1
      },
      {
        "item_id": "INV-BOX",
        "name": "Cajas Packaging Kraft",
        "quantity": 210,
        "unit": "uds",
        "min_threshold": 50
      }
    ],
    "products": [
      {
        "id": "TRR-01",
        "title": "Monterrei Castle Skull",
        "price": 29.9,
        "stock": 45,
        "gsm": 220,
        "img": "https://images.unsplash.com/photo-1521572267360-ee0c2909d518?w=800&auto=format&fit=crop&q=80"
      },
      {
        "id": "TRR-02",
        "title": "Galician Heavy Metal",
        "price": 32,
        "stock": 30,
        "gsm": 240,
        "img": "https://images.unsplash.com/photo-1503342217505-b0a15ec3261c?w=800&auto=format&fit=crop&q=80"
      },
      {
        "id": "TRR-03",
        "title": "Verín Underground Rock Crew",
        "price": 29.9,
        "stock": 60,
        "gsm": 220,
        "img": "https://images.unsplash.com/photo-1583743814966-8936f5b7be1a?w=800&auto=format&fit=crop&q=80"
      }
    ],
    "product_sizes": [
      {
        "id": "TRR-01-S",
        "product_id": "TRR-01",
        "size": "S",
        "stock": 8
      },
      {
        "id": "TRR-01-M",
        "product_id": "TRR-01",
        "size": "M",
        "stock": 15
      },
      {
        "id": "TRR-01-L",
        "product_id": "TRR-01",
        "size": "L",
        "stock": 20
      },
      {
        "id": "TRR-01-XL",
        "product_id": "TRR-01",
        "size": "XL",
        "stock": 12
      },
      {
        "id": "TRR-01-2XL",
        "product_id": "TRR-01",
        "size": "2XL",
        "stock": 5
      },
      {
        "id": "TRR-02-S",
        "product_id": "TRR-02",
        "size": "S",
        "stock": 5
      },
      {
        "id": "TRR-02-M",
        "product_id": "TRR-02",
        "size": "M",
        "stock": 10
      },
      {
        "id": "TRR-02-L",
        "product_id": "TRR-02",
        "size": "L",
        "stock": 15
      },
      {
        "id": "TRR-02-XL",
        "product_id": "TRR-02",
        "size": "XL",
        "stock": 8
      },
      {
        "id": "TRR-02-2XL",
        "product_id": "TRR-02",
        "size": "2XL",
        "stock": 4
      },
      {
        "id": "TRR-03-S",
        "product_id": "TRR-03",
        "size": "S",
        "stock": 10
      },
      {
        "id": "TRR-03-M",
        "product_id": "TRR-03",
        "size": "M",
        "stock": 20
      },
      {
        "id": "TRR-03-L",
        "product_id": "TRR-03",
        "size": "L",
        "stock": 25
      },
      {
        "id": "TRR-03-XL",
        "product_id": "TRR-03",
        "size": "XL",
        "stock": 15
      },
      {
        "id": "TRR-03-2XL",
        "product_id": "TRR-03",
        "size": "2XL",
        "stock": 5
      }
    ],
    "coupons": [
      {
        "code": "VERINROCK10",
        "discount_pct": 10,
        "max_uses": 50,
        "times_used": 3,
        "active": 1
      },
      {
        "code": "BANDAS20",
        "discount_pct": 20,
        "max_uses": 20,
        "times_used": 5,
        "active": 1
      }
    ],
    "production_waste": []
  }
}