Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. {
  2. "orders": {
  3. "5_2712": {
  4. "merchandises": [
  5. {
  6. "record_type": "0",
  7. "fields": {
  8. "goods_id": "24137358",
  9. "quantity": "1",
  10. "price": "164",
  11. "cost": "164",
  12. "cost_with_discount": "100"
  13. }
  14. }
  15. ],
  16. "orders": {
  17. "fields": {
  18. "user_id": "13",
  19. "seller_id": "83",
  20. "merchant_id": "20",
  21. "amount": "4799",
  22. "cost": "4799",
  23. "discount_amount": "4799",
  24. "discount_cost": "4799",
  25. "checkout_type": "1",
  26. "user_title": "Тарас Шевченко",
  27. "comment": "",
  28. "payment_method_id": "1",
  29. "payment_method_type": "cash",
  30. "ip": "127.0.0.1",
  31. "distribution_id": "13",
  32. "delivery_same_day": "0",
  33. "status": "new",
  34. "callback_off": "0"
  35. }
  36. },
  37. "deliveries": {
  38. "fields": {
  39. "phone": "380635938829",
  40. "address_comment": "",
  41. "delivery_service_id": "1",
  42. "delivery_method_id": "1",
  43. "cost": "0",
  44. "city_id": "1",
  45. "city": "Киев",
  46. "place_number": "Магазин №1",
  47. "place_street": "пр. С. Бандеры",
  48. "place_house": "6 (м. Почайна)",
  49. "place_id": "306457",
  50. "recipient_title": "Павловський Богдан",
  51. "delivery_window": "2019-05-31 19:00-22:00"
  52. },
  53. "record_type": "0"
  54. },
  55. "users-phones": [
  56. {
  57. "fields": {
  58. "phone": "380635938829"
  59. }
  60. }
  61. ],
  62. "external_discounts": {
  63. "fields": {
  64. "class": "program_loyalty",
  65. "bonus_charge": 22,
  66. "bonus": 22,
  67. "bonus_requested_amount": 22,
  68. "type": "instant_bonuses"
  69. }
  70. },
  71. "users-addresses": [
  72. {
  73. "fields": {
  74. "city": "Киев",
  75. "city_id": "1",
  76. "street": "Героев Сталинграда Проспект",
  77. "house": "20",
  78. "flat": "35",
  79. "comment": "Код парадного 9342"
  80. }
  81. }
  82. ]
  83. }
  84. }
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement