[
  {
    "status_name": "Received",
    "status_comment": "Your order has been received.",
    "notify_customer": 1,
    "status_for": "order",
    "status_color": "#686663"
  },
  {
    "status_name": "Pending",
    "status_comment": "Your order is pending",
    "notify_customer": 1,
    "status_for": "order",
    "status_color": "#f0ad4e"
  },
  {
    "status_name": "Preparation",
    "status_comment": "Your order is in the kitchen",
    "notify_customer": 1,
    "status_for": "order",
    "status_color": "#00c0ef"
  },
  {
    "status_name": "Delivery",
    "status_comment": "Your order will be with you shortly.",
    "notify_customer": 0,
    "status_for": "order",
    "status_color": "#00a65a"
  },
  {
    "status_name": "Completed",
    "status_comment": "",
    "notify_customer": 0,
    "status_for": "order",
    "status_color": "#00a65a"
  },
  {
    "status_name": "Confirmed",
    "status_comment": "Your table reservation has been confirmed.",
    "notify_customer": 0,
    "status_for": "reservation",
    "status_color": "#00a65a"
  },
  {
    "status_name": "Canceled",
    "status_comment": "Your table reservation has been canceled.",
    "notify_customer": 0,
    "status_for": "reservation",
    "status_color": "#dd4b39"
  },
  {
    "status_name": "Pending",
    "status_comment": "Your table reservation is pending.",
    "notify_customer": 1,
    "status_for": "reservation",
    "status_color": ""
  },
  {
    "status_name": "Canceled",
    "status_comment": "",
    "notify_customer": 0,
    "status_for": "order",
    "status_color": "#ea0b29"
  }
]
