{
  "Location": {
    "Id": "019a9794-ea27-71a8-bc7a-ecffd058546c",
    "Name": "Hub Order example",
    "PhoneNumber": "418-555-1212",
    "Address": {
      "Unit": null,
      "CivicNumber": "1130",
      "StreetName": "Boulevard Charest Ouest",
      "City": "Québec",
      "PostalCode": "J8Z 1T3"
    }
  },
  "OrderIds": {
    "OrderId": 1021,
    "ExternalOrderId": "6067f9fe-bf1a-4484-8e80-d71931417fec"
  },
  "Customer": {
    "FirstName": "John",
    "LastName": "Doe",
    "PhoneNumber": "+1 506-555-1234",
    "Email": null,
    "Allergies": null
  },
  "DeliveryInfo": null,
  "OrderTime": {
    "PreparationType": "Asap",
    "PickupDateTime": "2026-07-03T20:24:00+00:00"
  },
  "Items": [
    {
      "Id": "019eb31d-3dc5-70d2-752a-77dc81a9e9a7",
      "Name": "Main Item 2",
      "Quantity": 1,
      "UnitPrice": 1500,
      "Modifiers": [],
      "Note": "item customer remark",
      "Promotions": []
    }
  ],
  "Promotions": [
    {
      "AppliedPromotionId": "16088d38-bb0b-4484-8f77-51433b9fb7f5",
      "Name": "Promotion - Uber Eats",
      "Amount": 222,
      "Type": "Cart"
    }
  ],
  "Fees": [
    {
      "Id": "deliveryFee",
      "Amount": 249,
      "Type": "Delivery"
    }
  ],
  "PersonalizedQuestions": [],
  "Service": {
    "Channel": "UberEats",
    "Type": "Generic10",
    "OrderType": "Takeout",
    "ProximityDeliveryInfo": "",
    "KioskId": ""
  },
  "CounterNotes": "This is a test. Do not make. / general customer remarks",
  "Payment": {
    "Details": [
      {
        "Amount": 1728,
        "OrderPaymentType": "Marketplace"
      }
    ],
    "IsOrderPaid": true,
    "PaymentDateTime": "2026-07-03T19:54:11+00:00",
    "Subtotal": 1500,
    "Taxes": [
      {
        "Amount": 76,
        "Name": "TPS",
        "Type": "Federal"
      },
      {
        "Amount": 152,
        "Name": "TVQ",
        "Type": "State"
      }
    ],
    "Tips": 0,
    "Total": 1728
  }
}