{
  "modelName": "Order",
  "payment_method": "",
  "payment_method_title": "",
  "set_paid": false,
  "order_key": "",
  "created_via": "",
  "status": "",
  "currency": "",
  "discount_total": "",
  "discount_tax": "",
  "shipping_total": "",
  "shipping_tax": "",
  "cart_tax": "",
  "total": "",
  "total_tax": "",
  "customer_ip_address": "",
  "transaction_id": "",
  "date_paid": "",
  "date_completed": "",
  "cart_hash": "",
  "coupon_lines": [],
  "refunds": [],
  "billing": {
    "first_name": "",
    "last_name": "",
    "address_1": "",
    "address_2": "",
    "city": "",
    "state": "",
    "postcode": "",
    "country": "ZA",
    "email": "",
    "phone": ""
  },
  "shipping": {
    "first_name": "John",
    "last_name": "Doe",
    "address_1": "969 Market",
    "address_2": "",
    "city": "San Francisco",
    "state": "CA",
    "postcode": "94103",
    "country": "US"
  },
  "line_items": [
    {
      "product_id": 0,
      "variation_id": 0,
      "quantity": 0
    }
  ],
  "shipping_lines": [
    {
      "method_id": "flat_rate",
      "method_name": "name",
      "method_title": "Flat Rate",
      "total": 0
    }
  ],
  "_links": {
    "self": [
      {
        "href": "/orders/{id}"
      }
    ],
    "collection": [
      {
        "href": "/orders"
      }
    ]
  }
}