martinms

Response api carts

Oct 17th, 2022 (edited)
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "data": {
  4.         "total_items": 2,
  5.         "total_price": 2950,
  6.         "items": [
  7.             {
  8.                 "id": 128,
  9.                 "name": "Botol Orson/Biji",
  10.                 "weight": 2,
  11.                 "price": 100,
  12.                 "picture": "http://localhost:8000/storage/110/2776760_f176_10.jpg"
  13.             },
  14.             {
  15.                 "id": 129,
  16.                 "name": "Botol Kecap/Saos Besar/biji",
  17.                 "weight": 5,
  18.                 "price": 550,
  19.                 "picture": "http://localhost:8000/storage/111/2776760_f176_10.jpg"
  20.             }
  21.         ]
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment