dfabre0713

Untitled

Jan 20th, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. {
  2. "status": "success",
  3. "data": [
  4. {
  5. "transfer_name": "Transfer to gobi",
  6. "transfer_status": "Partial",
  7. "reference_number": "1234",
  8. "origin": "test_origin_id",
  9. "products": [
  10. {
  11. "product_id": "aC2KGncBQ_Uz9GBc_yQU",
  12. "variant_id": "PqCoQsARc",
  13. "sku": "GOYO-015",
  14. "number_tobe_transferred": 10,
  15. "number_transferred": 1
  16. },
  17. {
  18. "product_id": "aS2UGncBQ_Uz9GBcLyTi",
  19. "variant_id": "5QtjWMHys",
  20. "sku": "GOYO-015",
  21. "number_tobe_transferred": 11,
  22. "number_transferred": 9
  23. }
  24. ],
  25. "comments": [
  26. {
  27. "type": "comment",
  28. "comment": "test",
  29. "user_name": "seegii",
  30. "created_at": "2021-01-18 17:24:37"
  31. },
  32. {
  33. "type": "log",
  34. "user_name": "seegii",
  35. "log": [
  36. {
  37. "log_message": "log message",
  38. "product_id": "6142928978095",
  39. "variant_id": "6142928978095",
  40. "accepted": "50",
  41. "canceled": "2",
  42. "rejected": "1"
  43. }
  44. ],
  45. "created_at": "2021-01-18 17:24:37"
  46. },
  47. {
  48. "type": "log",
  49. "user_name": "seegii",
  50. "log": {
  51. "log_message": "You accepted, canceled and rejected items in a shipment",
  52. "product_id": "aC2KGncBQ_Uz9GBc_yQU",
  53. "variant_id": "PqCoQsARc",
  54. "accepted": 1,
  55. "rejected": 1,
  56. "canceled": 2
  57. },
  58. "created_at": "2021-01-20 18:44:06"
  59. },
  60. {
  61. "type": "log",
  62. "log": {
  63. "log_message": "You accepted and canceled items in a shipment",
  64. "product_id": "aS2UGncBQ_Uz9GBcLyTi",
  65. "variant_id": "5QtjWMHys",
  66. "accepted": 2,
  67. "rejected": 0,
  68. "canceled": 1
  69. },
  70. "created_at": "2021-01-20 18:44:06"
  71. },
  72. {
  73. "type": "comment",
  74. "comment": "test",
  75. "user_name": "seegii",
  76. "created_at": "2021-01-20 18:44:06"
  77. },
  78. {
  79. "type": "log",
  80. "user_name": "seegii",
  81. "log": {
  82. "log_message": "You accepted, canceled and rejected items in a shipment",
  83. "product_id": "aC2KGncBQ_Uz9GBc_yQU",
  84. "variant_id": "PqCoQsARc",
  85. "accepted": 1,
  86. "rejected": 1,
  87. "canceled": 2
  88. },
  89. "created_at": "2021-01-21 12:05:18"
  90. },
  91. {
  92. "type": "log",
  93. "user_name": "seegii",
  94. "log": {
  95. "log_message": "You accepted, canceled and rejected items in a shipment",
  96. "product_id": "aC2KGncBQ_Uz9GBc_yxQU",
  97. "variant_id": "PqCoQsARc",
  98. "accepted": 1,
  99. "rejected": 1,
  100. "canceled": 2
  101. },
  102. "created_at": "2021-01-21 12:05:18"
  103. },
  104. {
  105. "type": "log",
  106. "log": {
  107. "log_message": "You accepted and canceled items in a shipment",
  108. "product_id": "aS2UGncBQ_Uz9GBcLyTi",
  109. "variant_id": "5QtjWMHys",
  110. "accepted": 2,
  111. "rejected": 0,
  112. "canceled": 1
  113. },
  114. "created_at": "2021-01-21 12:05:18"
  115. },
  116. {
  117. "type": "comment",
  118. "comment": "test",
  119. "user_name": "seegii",
  120. "created_at": "2021-01-21 12:05:18"
  121. }
  122. ],
  123. "created_at": "2021-01-20 17:15:29",
  124. "transfer_id": "#T0001",
  125. "_id": "4C0RH3cBQ_Uz9GBcxyTx"
  126. }
  127. ]
  128. }
Advertisement
Add Comment
Please, Sign In to add comment