Advertisement
Shad3yz

Untitled

Jul 17th, 2020
1,554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.84 KB | None | 0 0
  1. {
  2.   "phoneNumber": [
  3.       "01146740057"
  4.   ],
  5.   "active": true,
  6.   "status": "preparing",
  7.   "_id": "5f1233ef04db71ebedd17a18",
  8.   "shop": "5eee70ae2762c008a233ed08",
  9.   "branch": "5ef3b92a5fec270d0a1b342b",
  10.   "items": [
  11.       {
  12.           "item": {
  13.               "_id": "5ef63308be7b462b24490da5",
  14.               "name": "Steak Sandwich",
  15.               "price": 50,
  16.               "images": [
  17.                   {
  18.                       "width": 512,
  19.                       "height": 512,
  20.                       "url": "https://www.orderat.com/public/images/items/default.jpg"
  21.                   }
  22.               ]
  23.           },
  24.           "addons": [
  25.               {
  26.                   "name": "fries",
  27.                   "multiple": false,
  28.                   "options": [
  29.                       {
  30.                           "name": "french plain",
  31.                           "price": 10
  32.                       }
  33.                   ]
  34.               },
  35.               {
  36.                   "name": "sauch",
  37.                   "multiple": true,
  38.                   "options": [
  39.                       {
  40.                           "name": "tehina",
  41.                           "price": 5
  42.                       },
  43.                       {
  44.                           "name": "bbq",
  45.                           "price": 10
  46.                       }
  47.                   ]
  48.               }
  49.           ],
  50.           "qty": 2
  51.       },
  52.       {
  53.           "item": {
  54.               "_id": "5ef63308be7b462b24490da5",
  55.               "name": "Steak Sandwich",
  56.               "price": 50,
  57.               "images": [
  58.                   {
  59.                       "width": 512,
  60.                       "height": 512,
  61.                       "url": "https://www.orderat.com/public/images/items/default.jpg"
  62.                   }
  63.               ]
  64.           },
  65.           "addons": [
  66.               {
  67.                   "name": "fries",
  68.                   "multiple": false,
  69.                   "options": [
  70.                       {
  71.                           "name": "french plain",
  72.                           "price": 10
  73.                       }
  74.                   ]
  75.               },
  76.               {
  77.                   "name": "sauch",
  78.                   "multiple": true,
  79.                   "options": [
  80.                       {
  81.                           "name": "tehina",
  82.                           "price": 5
  83.                       }
  84.                   ]
  85.               }
  86.           ],
  87.           "qty": 2
  88.       }
  89.   ],
  90.   "notes": "example notes",
  91.   "payment_method": "Cash",
  92.   "user_address": {
  93.       "street": "ghattas street",
  94.       "area": "shoubra",
  95.       "buildingNumber": 22,
  96.       "floorNumber": 5,
  97.       "flatNumber": 9
  98.   },
  99.   "total_price": 290,
  100.   "name": "Youssef Walid",
  101.   "delivery_area": "Dokki",
  102.   "created_at": "2020-07-17T23:27:44.167Z",
  103.   "updatedAt": "2020-07-17T23:27:44.167Z"
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement