Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ecommerce-order-details.json 699B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "data": [
  3. {
  4. "id": 1,
  5. "product_name": "Oneplus 10",
  6. "product_info": "Storage:128gb",
  7. "image": "oneplus.png",
  8. "qty": 3,
  9. "price": 896
  10. },
  11. {
  12. "id": 2,
  13. "product_name": "Nike Jordan",
  14. "product_info": "Size:8UK",
  15. "image": "nikejordan.png",
  16. "qty": 1,
  17. "price": 392
  18. },
  19. {
  20. "id": 3,
  21. "product_name": "Wooden Chair",
  22. "product_info": "Material: Wooden",
  23. "image": "woodenchair.png",
  24. "qty": 2,
  25. "price": 841
  26. },
  27. {
  28. "id": 4,
  29. "product_name": "Face cream",
  30. "product_info": "Gender:Women",
  31. "image": "facecream.png",
  32. "qty": 2,
  33. "price": 813
  34. }
  35. ]
  36. }