{
    "tenants": [
        {
            "id": 1,
            "slug": "demo",
            "name": "Demo Trade Counter",
            "logo": null,
            "primary_color": "#f58220",
            "active": 1,
            "created_at": "2026-07-01T14:28:11+00:00"
        },
        {
            "id": 2,
            "slug": "screwstop",
            "name": "ScrewStop",
            "logo": null,
            "primary_color": "#ffcc00",
            "active": 1,
            "created_at": "2026-07-01T14:28:11+00:00"
        }
    ],
    "users": [
        {
            "id": 1,
            "tenant_id": 1,
            "name": "Demo Manager",
            "email": "admin@demo.local",
            "role": "manager",
            "active": 1
        },
        {
            "id": 2,
            "tenant_id": 2,
            "name": "ScrewStop Manager",
            "email": "admin@screwstop.local",
            "role": "manager",
            "active": 1
        }
    ],
    "stores": [
        {
            "id": 1,
            "tenant_id": 1,
            "name": "Weston Demo",
            "code": "WSD",
            "address": "Weston-super-Mare",
            "active": 1
        },
        {
            "id": 2,
            "tenant_id": 2,
            "name": "ScrewStop Weston",
            "code": "SSW",
            "address": "Weston-super-Mare",
            "active": 1
        }
    ],
    "tills": [
        {
            "id": 1,
            "tenant_id": 1,
            "store_id": 1,
            "name": "Till 1",
            "code": "T1",
            "active": 1
        },
        {
            "id": 2,
            "tenant_id": 2,
            "store_id": 2,
            "name": "Till 1",
            "code": "T1",
            "active": 1
        }
    ],
    "customers": [],
    "products": [
        {
            "id": "1-P001",
            "tenant_id": 1,
            "sku": "SCREW-50",
            "barcode": "SCREW-50",
            "name": "50mm Trade Screws",
            "description": "Box of 200 wood screws",
            "price": 5.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "1-P002",
            "tenant_id": 1,
            "sku": "PLUG-RED",
            "barcode": "PLUG-RED",
            "name": "Red Wall Plugs",
            "description": "Trade pack red wall plugs",
            "price": 3.49,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "1-P003",
            "tenant_id": 1,
            "sku": "SEAL-WHITE",
            "barcode": "SEAL-WHITE",
            "name": "White Silicone Sealant",
            "description": "General purpose white silicone",
            "price": 4.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "1-P004",
            "tenant_id": 1,
            "sku": "TAPE-50",
            "barcode": "TAPE-50",
            "name": "50mm Masking Tape",
            "description": "Trade masking tape",
            "price": 2.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "1-P005",
            "tenant_id": 1,
            "sku": "DRILL-SET",
            "barcode": "DRILL-SET",
            "name": "Masonry Drill Bit Set",
            "description": "8 piece masonry bit set",
            "price": 12.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "2-P001",
            "tenant_id": 2,
            "sku": "SCREW-50",
            "barcode": "SCREW-50",
            "name": "50mm Trade Screws",
            "description": "Box of 200 wood screws",
            "price": 5.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "2-P002",
            "tenant_id": 2,
            "sku": "PLUG-RED",
            "barcode": "PLUG-RED",
            "name": "Red Wall Plugs",
            "description": "Trade pack red wall plugs",
            "price": 3.49,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "2-P003",
            "tenant_id": 2,
            "sku": "SEAL-WHITE",
            "barcode": "SEAL-WHITE",
            "name": "White Silicone Sealant",
            "description": "General purpose white silicone",
            "price": 4.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "2-P004",
            "tenant_id": 2,
            "sku": "TAPE-50",
            "barcode": "TAPE-50",
            "name": "50mm Masking Tape",
            "description": "Trade masking tape",
            "price": 2.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        },
        {
            "id": "2-P005",
            "tenant_id": 2,
            "sku": "DRILL-SET",
            "barcode": "DRILL-SET",
            "name": "Masonry Drill Bit Set",
            "description": "8 piece masonry bit set",
            "price": 12.99,
            "vat_rate": 20,
            "pack_size": "Each",
            "active": 1
        }
    ],
    "stock": [
        {
            "tenant_id": 1,
            "product_id": "1-P001",
            "store_id": 1,
            "qty": 20,
            "bin_location": "A1"
        },
        {
            "tenant_id": 1,
            "product_id": "1-P002",
            "store_id": 1,
            "qty": 27,
            "bin_location": "A2"
        },
        {
            "tenant_id": 1,
            "product_id": "1-P003",
            "store_id": 1,
            "qty": 34,
            "bin_location": "A3"
        },
        {
            "tenant_id": 1,
            "product_id": "1-P004",
            "store_id": 1,
            "qty": 41,
            "bin_location": "A4"
        },
        {
            "tenant_id": 1,
            "product_id": "1-P005",
            "store_id": 1,
            "qty": 48,
            "bin_location": "A5"
        },
        {
            "tenant_id": 2,
            "product_id": "2-P001",
            "store_id": 2,
            "qty": 20,
            "bin_location": "A1"
        },
        {
            "tenant_id": 2,
            "product_id": "2-P002",
            "store_id": 2,
            "qty": 27,
            "bin_location": "A2"
        },
        {
            "tenant_id": 2,
            "product_id": "2-P003",
            "store_id": 2,
            "qty": 34,
            "bin_location": "A3"
        },
        {
            "tenant_id": 2,
            "product_id": "2-P004",
            "store_id": 2,
            "qty": 41,
            "bin_location": "A4"
        },
        {
            "tenant_id": 2,
            "product_id": "2-P005",
            "store_id": 2,
            "qty": 48,
            "bin_location": "A5"
        }
    ],
    "orders": [],
    "order_items": []
}