templates/Doc/Json/order-mode-delivery.json line 1

Open in your IDE?
  1. {
  2.   "object": "order",
  3.   "created": "2024-05-13T15:50:28.000000+02:00",
  4.   "event": "new",
  5.   "param": [],
  6.   "data": {
  7.     "id": 3211,
  8.     "createdAt": "2024-05-13T15:50:28.000000+02:00",
  9.     "date": "2024-05-14T15:20:00+02:00",
  10.     "asap": false,
  11.     "preparationNumber": 16,
  12.     "tableNumber": null,
  13.     "notes": null,
  14.     "state": "in_progress",
  15.     "paymentState": "awaiting_payment",
  16.     "itemsTotal": 4100,
  17.     "discountsTotal": 0,
  18.     "managementFees": 100,
  19.     "shippingCost": 500,
  20.     "fees": 0,
  21.     "total": 4700,
  22.     "source": "foxorders-front",
  23.     "createdByGuest": false,
  24.     "deliveryAddress": {
  25.       "name": "Boulot",
  26.       "phone": "0987898789",
  27.       "phone2": null,
  28.       "street": "3 rue théodore blanc",
  29.       "street2": null,
  30.       "buildingType": "résidence",
  31.       "building": null,
  32.       "floor": 12,
  33.       "elevator": true,
  34.       "intercom": null,
  35.       "postalCode": "33520",
  36.       "fax": null,
  37.       "city": "Bruges",
  38.       "country": "France",
  39.       "description": null,
  40.       "longitude": -0.612747,
  41.       "latitude": 44.881793
  42.     },
  43.     "externalId": null,
  44.     "promotion": null,
  45.     "customer": {
  46.       "id": 48305,
  47.       "email": "john.doe@foxorders.com",
  48.       "firstName": "John",
  49.       "lastName": "Doe",
  50.       "phone": "0987898789",
  51.       "anonymous": false
  52.     },
  53.     "shop": {
  54.       "id": 81,
  55.       "name": "Mts restaurant"
  56.     },
  57.     "shopMode": {
  58.       "id": 166,
  59.       "mode": {
  60.         "code": "delivery",
  61.         "name": "Livraison"
  62.       }
  63.     },
  64.     "payment": [],
  65.     "setting": {
  66.         "customerIdentifier": null,
  67.         "value": null,
  68.         "cutlery": false
  69.     },
  70.     "loyalty": null,
  71.     "orderItems": [
  72.       {
  73.         "id": 3902,
  74.         "note": "",
  75.         "quantity": 1,
  76.         "unitPrice": 100,
  77.         "unitsTotal": 100,
  78.         "discountsTotal": 0,
  79.         "taxesTotal": 17,
  80.         "total": 100,
  81.         "free": false,
  82.         "serveLater": false,
  83.         "product": {
  84.           "id": 772,
  85.           "externalId": null,
  86.           "name": "Tomates mozzarella",
  87.           "price": 100,
  88.           "tax": {
  89.             "rate": 0.21
  90.           },
  91.           "options": [],
  92.           "sku": "FOX_6735EF3F27F22",
  93.           "imageUrl": null,
  94.           "categories": [
  95.             {
  96.               "id": 190,
  97.               "externalId": null,
  98.               "name": "Entrée"
  99.             }
  100.           ]
  101.         }
  102.       },
  103.       {
  104.         "id": 3903,
  105.         "note": "",
  106.         "quantity": 1,
  107.         "unitPrice": 2000,
  108.         "unitsTotal": 2000,
  109.         "discountsTotal": 0,
  110.         "taxesTotal": 347,
  111.         "total": 2000,
  112.         "free": false,
  113.         "serveLater": true,
  114.         "product": {
  115.           "id": 773,
  116.           "externalId": null,
  117.           "name": "Salade césar",
  118.           "price": 100,
  119.           "tax": {
  120.             "rate": 0.21
  121.           },
  122.           "options": [],
  123.           "sku": "FOX_3245EF3F27F34",
  124.           "imageUrl": null,
  125.           "categories": [
  126.             {
  127.               "id": 190,
  128.               "externalId": null,
  129.               "name": "Entrée"
  130.             }
  131.           ]
  132.         }
  133.       },
  134.       {
  135.         "id": 3904,
  136.         "note": "",
  137.         "quantity": 1,
  138.         "unitPrice": 2000,
  139.         "unitsTotal": 2000,
  140.         "discountsTotal": 0,
  141.         "taxesTotal": 347,
  142.         "total": 2000,
  143.         "free": false,
  144.         "serveLater": false,
  145.         "product": {
  146.           "id": 1511,
  147.           "externalId": null,
  148.           "name": "Escalope de Veau aux Champignons 1",
  149.           "tax": {
  150.             "rate": 0.21
  151.           },
  152.           "options": [],
  153.           "sku": "FOX_4235EF3F27C87",
  154.           "imageUrl": null,
  155.           "categories": [
  156.             {
  157.               "id": 190,
  158.               "externalId": null,
  159.               "name": "Entrée"
  160.             },
  161.             {
  162.               "id": 191,
  163.               "externalId": null,
  164.               "name": "Pizza"
  165.             },
  166.             {
  167.               "id": 192,
  168.               "externalId": null,
  169.               "name": "Poisson"
  170.             }
  171.           ]
  172.         }
  173.       }
  174.     ]
  175.   }
  176. }