{
  "modelName": "ShippingMethod",
  "title": "Flat rate",
  "price" : 0,
  "flat_rate" : true,
  "description": "Lets you charge a fixed rate for shipping.",
  "_links": {
    "self": [
      {
        "href": ""
      }
    ],
    "collection": [
      {
        "href": ""
      }
    ]
  }
}