{
  "orderId": "643528",
  "orderNumber": "99qT5A",
  "additionalId": null,
  "restaurant": {
    "name": "Shipday Inc. Demo",
    "address": "101 Jefferson Dr 1st Floor, Menlo Park, CA 94025, USA",
    "phone": "+17372268817",
    "latitude": 37.4832505,
    "longitude": -122.1743908
  },
  "customer": {
    "name": "Mr. Jhon Mason",
    "phone": "+14152392212",
    "email": "jhonMason@gmail.com"
  },
  "tips": 2.5,
  "tax": 1.5,
  "discountAmount": 1.5,
  "totalOrderCost": 13.47,
  "orderItem": [
    {
      "name": "Veggie Duck",
      "detail": "",
      "quantity": 2,
      "unitPrice": 14.95,
      "addOns": [
        "Onion Rings",
        "Sauce"
      ]
    },
    {
      "name": "Mango Chicken",
      "detail": "",
      "quantity": 2,
      "unitPrice": 13.95,
      "addOns": null
    }
  ],
  "paymentMethod": "CARD",
  "pickupInstruction": "fast",
  "expectedPickupDate": "2025-09-18",
  "expectedPickupTime": "20:45:00",
  "orderSource": "Seamless",
  "companyId": 130616,
  "status": "IN_PROGRESS"
}
