Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. // запрос
  2. {
  3. "cart": {
  4. "currency": "RUR",
  5. "delivery": {
  6. "region": {
  7. "id": 213,
  8. "name": "Москва",
  9. "parent": {
  10. "id": 1,
  11. "name": "Москва и Московская область",
  12. "parent": {
  13. "id": 3,
  14. "name": "Центральный федеральный округ",
  15. "parent": {
  16. "id": 225,
  17. "name": "Россия",
  18. "type": "COUNTRY"
  19. },
  20. "type": "COUNTRY_DISTRICT"
  21. },
  22. "type": "SUBJECT_FEDERATION"
  23. },
  24. "type": "CITY"
  25. }
  26. },
  27. "items": [
  28. {
  29. "offerId": "312",
  30. "count": 1
  31. }
  32. ]
  33. }
  34. }
  35.  
  36. // ответ
  37. {
  38. "cart": {
  39. "deliveryCurrency": "RUR",
  40. "deliveryOptions": [],
  41. "items": [],
  42. "paymentMethods": [],
  43. "taxSystem": "ECHN"
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement