Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. {
  2. "orders": [
  3. {
  4. "merchandises": [
  5. {
  6. "record_type": "0",
  7. "fields": {
  8. "goods_id": "24137358",
  9. "quantity": "1",
  10. "cost_with_discount": "164"
  11. }
  12. }
  13. ],
  14. "orders": {
  15. "fields": {
  16. "user_id": "13",
  17. "seller_id": "5",
  18. "merchant_id": "1",
  19. "amount": "4799",
  20. "cost": "4799",
  21. "checkout_type": "site",
  22. "user_title": "Иван Иванов",
  23. "comment": "",
  24. "payment_method_id": "1",
  25. "payment_method_type": "cash",
  26. "ip": "127.0.0.1",
  27. "distribution_id": "13",
  28. "status": "new",
  29. "discount_amount": "4799",
  30. "discount_cost": "4799",
  31. "delivery_same_day": "0",
  32. "callback_off": "0",
  33. "is_gift": "0"
  34. }
  35. },
  36. "deliveries": {
  37. "record_type": "0",
  38. "fields": {
  39. "phone": "380635938829",
  40. "delivery_service_id": "4",
  41. "delivery_method_id": "2",
  42. "cost": "0",
  43. "city_id": "1",
  44. "city": "Киев",
  45. "street": "ВАВИЛОВЫХ УЛИЦА",
  46. "street_id": "15440",
  47. "house": "1",
  48. "flat": "32",
  49. "recipient_title": "Иван Иванов",
  50. "delivery_window": "2019-05-31 19:00-22:00",
  51. "duty_id": "0x80a900259099e77c11e8f9254cb70af0"
  52. }
  53. },
  54. "users-addresses": {
  55. "fields": {
  56. "city": "Киев",
  57. "city_id": "1",
  58. "street": "Героев Сталинграда Проспект",
  59. "house": "20",
  60. "flat": "35",
  61. "comment": "Код парадного 9342"
  62. }
  63. }
  64. }
  65. ]
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement