Mon Jun 25 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
{
  "premium": {
    "price": 1
  },
  "crates": {
    "shower": {
      "price": 5.99,
      "items": {
        "shampoo": {
          "quantity": 1,
          "price": 0
        },
        "conditioner": {
          "quantity": 1,
          "price": 0
        },
        "soap": {
          "quantity": 1,
          "price": 0
        },
        "shower cap": {
          "quantity": 1,
          "price": 0
        }
      }
    },
    "grooming": {
      "price": 4.99,
      "items": {
        "razor": {
          "quantity": 2,
          "price": 0
        },
        "body shaving gel": {
          "quantity": 1,
          "price": 0
        },
        "facial shaving cream": {
          "quantity": 1,
          "price": 0
        }
      }
    },
    "smiley": {
      "price": 3.99,
      "items": {
        "toothbrush": {
          "quantity": 2,
          "price": 0
        },
        "toothpaste": {
          "quantity": 2,
          "price": 1
        }
      }
    }
  }
}