Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "orderID": 12345,
  3. "shopperName": "Ваня Иванов",
  4. "shopperEmail": "ivanov@example.com",
  5. "contents": [
  6. {
  7. "productID": 34,
  8. "productName": "Супер товар",
  9. "quantity": 1
  10. },
  11. {
  12. "productID": 56,
  13. "productName": "Чудо товар",
  14. "quantity": 3
  15. }
  16. ],
  17. "orderCompleted": true
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement