{
  "business": "Harbour Screen Co",
  "disclaimer": "Demo prices in AUD. Not an offer. Not a live glazing company.",
  "version": 1,
  "suburbs_measure": [
    "burleigh",
    "burleigh heads",
    "miami",
    "mermaid",
    "mermaid beach",
    "robina",
    "varsity",
    "varsity lakes",
    "broadbeach",
    "southport"
  ],
  "colours": ["black", "white", "beige", "wood-grain"],
  "skus": [
    {
      "sku": "FS-S",
      "name": "Flyscreen aluminium, fibreglass mesh",
      "max_width_mm": 600,
      "max_height_mm": 900,
      "price_aud": 95,
      "stainless_upgrade_aud": 40
    },
    {
      "sku": "FS-M",
      "name": "Flyscreen aluminium, fibreglass mesh",
      "max_width_mm": 900,
      "max_height_mm": 1200,
      "price_aud": 145,
      "stainless_upgrade_aud": 60
    },
    {
      "sku": "FS-L",
      "name": "Flyscreen aluminium, fibreglass mesh",
      "max_width_mm": 1200,
      "max_height_mm": 1500,
      "price_aud": 195,
      "stainless_upgrade_aud": 80
    },
    {
      "sku": "FS-CUSTOM",
      "name": "Flyscreen oversized or not a rectangle",
      "price_aud": null,
      "assign_human": true
    },
    {
      "sku": "SD-STD",
      "name": "Security door standard 2040 x 820 powder coat",
      "width_mm": 820,
      "height_mm": 2040,
      "price_aud": 890
    },
    {
      "sku": "SD-PET",
      "name": "Pet door insert (only with SD-STD)",
      "price_aud": 180,
      "requires_sku": "SD-STD"
    },
    {
      "sku": "HW-SPRING",
      "name": "Screen spring recut",
      "price_aud": 65
    },
    {
      "sku": "HW-LATCH",
      "name": "Latch",
      "price_aud": 45
    },
    {
      "sku": "HW-CLOSER",
      "name": "Closer",
      "price_aud": 85
    },
    {
      "sku": "MEAS-GC",
      "name": "On-site measure, listed Gold Coast suburbs",
      "price_aud": 120,
      "credited_on_proceed": true
    }
  ],
  "refuse": [
    "replace all windows",
    "structural glass",
    "structural frames",
    "heritage-listed",
    "commercial shopfront",
    "whole house of screens with no sizes",
    "second-storey install with no photos"
  ]
}
