{
  "object": "order",
  "created": "2024-05-10T14:51:26.000000+02:00",
  "event": "new",
  "param": [],
  "data": {
    "id": 3182,
    "createdAt": "2024-05-10T14:51:26.000000+02:00",
    "date": "2024-05-10T15:00:00+02:00",
    "asap": false,
    "preparationNumber": 66,
    "tableNumber": 11,
    "notes": "test insrecution",
    "state": "in_progress",
    "paymentState": "awaiting_payment",
    "itemsTotal": 6700,
    "discountsTotal": 1000,
    "managementFees": 100,
    "shippingCost": 0,
    "fees": 0,
    "total": 5800,
    "source": "foxorders-front",
    "createdByGuest": false,
    "deliveryAddress": null,
    "externalId": null,
    "promotion": {
      "id": 33,
      "name": "Black friday",
      "type": "value",
      "value": 1000,
      "code": "black-friday",
      "imageUrl": null
    },
    "customer": {
      "id": 48305,
      "email": "john.doe@foxorders.com",
      "firstName": "John",
      "lastName": "Doe",
      "phone": "0987898789",
      "anonymous": false
    },
    "shop": {
      "id": 81,
      "name": "Mts restaurant"
    },
    "shopMode": {
      "id": 168,
      "mode": {
        "code": "on-site",
        "name": "Sur place"
      }
    },
    "payment": [],
    "setting": {
      "customerIdentifier": "table_easel",
      "value": "10",
      "cutlery": false
    },
    "loyalty": null,
    "orderItems": [
      {
        "id": 3858,
        "note": "",
        "quantity": 3,
        "unitPrice": 2200,
        "unitsTotal": 2200,
        "discountsTotal": 0,
        "taxesTotal": 1145.45,
        "total": 2200,
        "free": false,
        "serveLater": false,
        "product": {
          "id": 773,
          "externalId": null,
          "name": "Salade césar",
          "price": 100,
          "tax": {
            "rate": 0.21
          },
          "options": [],
          "sku": "FOX_6735EF3F27F22",
          "imageUrl": null,
          "categories": [
            {
              "id": 190,
              "externalId": null,
              "name": "Entrée"
            }
          ]
        }
      },
      {
        "id": 3859,
        "note": "",
        "quantity": 1,
        "unitPrice": 100,
        "unitsTotal": 100,
        "discountsTotal": 0,
        "taxesTotal": 17.36,
        "total": 100,
        "free": false,
        "serveLater": true,
        "product": {
          "id": 772,
          "externalId": null,
          "name": "Tomates mozzarella",
          "price": 100,
          "tax": {
            "rate": 0.21
          },
          "options": [],
          "sku": "FOX_6735EF3F27F22",
          "imageUrl": null,
          "categories": [
            {
              "id": 190,
              "externalId": null,
              "name": "Entrée"
            }
          ]
        }
      }
    ]
  }
}
