Advertisement
nubooya

Untitled

Dec 6th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "message": "cart-list",
  3. "meta": {
  4. "limit": 2,
  5. "offset": 0,
  6. "page": 1,
  7. "total": 2,
  8. "total_pages": 1
  9. },
  10. "data": {
  11. "catalogs": [
  12. {
  13. "id": "0a01e6a1-d131-4f86-963a-9c1c827d8992",
  14. "catalog_cover": "https://static.ijakarta.id/publication/book/cover/cd9c50f82e1a03af7e168e91a047ac22.png",
  15. "catalog_price": 25000,
  16. "catalog_qty": 2,
  17. "catalog_title": "Hidup Bahagia Bisnis Luar Biasa",
  18. "total": 50000
  19. },
  20. {
  21. "id": "29034e58-1fb9-4173-a2fe-08d4977eb824",
  22. "catalog_cover": "https://static.ijakarta.id/publication/book/cover/4d5475513ccc3c52b66e57b23d2436d4.png",
  23. "catalog_price": 25000,
  24. "catalog_qty": 3,
  25. "catalog_title": "KKPK Guava Party",
  26. "total": 75000
  27. }
  28. ],
  29. "summary": {
  30. "package_name": "Paket Buku Perpustakaan",
  31. "catalog_qty": 100,
  32. "catalog_copy": 150,
  33. "publisher": 2,
  34. "total_price": 3500000
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement