[
  {
    "sku": "SKU-1001",
    "name": "Wireless Mouse",
    "category": "peripherals",
    "price_cents": 1250,
    "tax_code": "TAX-A",
    "active": true
  },
  {
    "sku": "SKU-1002",
    "name": "USB-C Hub",
    "category": "peripherals",
    "price_cents": 2900,
    "tax_code": "TAX-A",
    "active": true
  },
  {
    "sku": "SKU-1003",
    "name": "Cable Organiser",
    "category": "accessories",
    "price_cents": 320,
    "tax_code": "TAX-B",
    "active": true
  },
  {
    "sku": "SKU-1004",
    "name": "Notebook A5",
    "category": "stationery",
    "price_cents": 450,
    "tax_code": "TAX-B",
    "active": true
  },
  {
    "sku": "SKU-1005",
    "name": "Desk Mat",
    "category": "accessories",
    "price_cents": 1800,
    "tax_code": "TAX-A",
    "active": false
  },
  {
    "sku": "SKU-1006",
    "name": "Noise-cancelling Headphones",
    "category": "audio",
    "price_cents": 7999,
    "tax_code": "TAX-A",
    "active": true
  },
  {
    "sku": "SKU-1007",
    "name": "Laptop Stand",
    "category": "furniture",
    "price_cents": 4500,
    "tax_code": "TAX-A",
    "active": true
  },
  {
    "sku": "SKU-1008",
    "name": "Sample Sticker Pack",
    "category": "promo",
    "price_cents": 0,
    "tax_code": "TAX-Z",
    "active": true
  }
]
