{
  "id" : 4,
  "state" : "CREATED",
  "actions" : {
    "purchase" : {
      "link" : "/shop/v2/orders/4/actions/purchase",
      "method" : "PUT"
    },
    "cancel" : {
      "link" : "/shop/v2/orders/4/actions/cancel",
      "method" : "PUT"
    }
  },
  "customer" : 3,
  "customer_link" : "/shop/v2/customers/3",
  "items_link" : "/shop/v2/orders/4/items",
  "total" : 58.6
}