{
  "name": "tiered-cart-discount",
  "rules": [
    { "minSubtotal": 100, "discount": 10, "type": "fixed" },
    { "minSubtotal": 200, "discount": 30, "type": "fixed" }
  ],
  "currency": "USD",
  "stackable": false
}
