Advertisement
addityarivaldo

orderdetails API

Feb 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "msg": "Success",
  3.   "new_data": {
  4.     "id": 1,
  5.     "order_id": 1000190,
  6.     "product_id": 10001,
  7.     "product_name": "Drone DJI Phantom",
  8.     "product_price": 60000000,
  9.     "discount": 5000,
  10.     "qty": 1,
  11.     "insurance": 500000,
  12.     "product_weight": 3,
  13.     "updated_at": "2017-02-24T08:14:51.985Z",
  14.     "created_at": "2017-02-24T08:14:51.985Z"
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement