Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.35 KB | None | 0 0
  1. {
  2.     "meta": {
  3.         "success": true,
  4.         "message": "Success",
  5.         "status_code": 200
  6.     },
  7.     "data": {
  8.         "order_id": 327,
  9.         "order_code": "GO6rKO",
  10.         "order_type": "takeaway",
  11.         "status": "new",
  12.         "payment_method": null,
  13.         "subtotal": 61.81,
  14.         "grandtotal": 61.81,
  15.         "discount_amount": 0,
  16.         "count_item": 1,
  17.         "items": [
  18.             {
  19.                 "order_item_id": 402,
  20.                 "product_id": 8,
  21.                 "status": "",
  22.                 "price": 61.81,
  23.                 "quantity": 1,
  24.                 "special_request": "",
  25.                 "changed_price": 0,
  26.                 "product": {
  27.                     "product_id": 8,
  28.                     "outlet_id": 1,
  29.                     "product_category_id": 1,
  30.                     "sku": "hpm1-Large-Non-Spicy",
  31.                     "name": "Hokkien Prawn Mee (Large Non-Spicy)",
  32.                     "description": "Nisi aut excepturi magni debitis. Autem necessitatibus dolores cum explicabo voluptatem.",
  33.                     "base_price": 61.81,
  34.                     "is_popular": 1,
  35.                     "in_stock": 1,
  36.                     "type": "simple",
  37.                     "outlet_name": "Monster Curry",
  38.                     "parent_id": 1,
  39.                     "created_at": {
  40.                         "date": "2017-09-20 04:32:56.000000",
  41.                         "timezone_type": 3,
  42.                         "timezone": "UTC"
  43.                     },
  44.                     "updated_at": {
  45.                         "date": "2017-09-20 04:32:56.000000",
  46.                         "timezone_type": 3,
  47.                         "timezone": "UTC"
  48.                     },
  49.                     "media": [
  50.                         {
  51.                             "product_media_id": 1,
  52.                             "media_url": "http://noq.tihub.net/storage/product/1/hpm1.jpg",
  53.                             "sort": 0,
  54.                             "type": 0
  55.                         },
  56.                         {
  57.                             "product_media_id": 2,
  58.                             "media_url": "http://noq.tihub.net/storage/product/1/hpm2.jpg",
  59.                             "sort": 0,
  60.                             "type": 0
  61.                         }
  62.                     ]
  63.                 }
  64.             }
  65.         ]
  66.     }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement