Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. {
  2. "templateName": "golf_picked",
  3. "payload": {
  4. "id": "1509029228425",
  5. "translatedId": "29228425",
  6. "status": "preparing_for_despatch",
  7. "refunded": null,
  8. "bagless": false,
  9. "largePrint": null,
  10. "deliveryPass": false,
  11. "salesChannel": "Groceries Online",
  12. "deliveryAmount": {
  13. "amount": 1,
  14. "currency": "GBP"
  15. },
  16. "totalAmount": {
  17. "amount": 421.93,
  18. "currency": "GBP"
  19. },
  20. "lineItems": [
  21. {
  22. "status": null,
  23. "orderedLine": {
  24. "ean": "0000008000004",
  25. "sku": "2342115",
  26. "description": "Tunnock's Caramel Wafers x8",
  27. "actualUnitPrice": {
  28. "amount": 2,
  29. "currency": "GBP"
  30. },
  31. "regularUnitPrice": {
  32. "amount": 0,
  33. "currency": "GBP"
  34. },
  35. "orderedQuantity": 2,
  36. "unitOfMeasure": "each",
  37. "averageWeight": 0.33,
  38. "weightRange": "",
  39. "nonPickable": null,
  40. "substituteProductAllowed": true
  41. },
  42. "pickedLines": [
  43. {
  44. "status": "picked",
  45. "returnReason": null,
  46. "price": null,
  47. "ean": "0000008000004",
  48. "sku": "2342115",
  49. "description": "Tunnock's Caramel Wafers x8",
  50. "useByDate": null,
  51. "unitOfMeasure": "EACH",
  52. "quantity": 1,
  53. "orderType": null,
  54. "shortLife": true,
  55. "partPick": false,
  56. "substitute": false
  57. }
  58. ],
  59. "pickedResult": "PERFECT_PICK"
  60. }
  61. ],
  62. "delivery": {
  63. "clickAndCollect": false,
  64. "green": false,
  65. "slot": {
  66. "drsId": "100010104003x1",
  67. "displayText": "8:30am - 9:01am",
  68. "slotBand": "morning",
  69. "price": {
  70. "amount": 1,
  71. "currency": "GBP"
  72. },
  73. "startDateTime": "2017-10-26T14:57:08Z",
  74. "endDateTime": "2017-10-26T15:47:08Z",
  75. "storeId": "11"
  76. },
  77. "details": {
  78. "nickname": "saradha",
  79. "instructions": "",
  80. "itemCount": 9,
  81. "jobNumber": null,
  82. "address": {
  83. "line1": "12",
  84. "line2": "12 SPRINGSIDE COURT,JOSEPHS ROAD",
  85. "line3": "Josephs Road",
  86. "city": "Guildford",
  87. "county": "Surrey",
  88. "country": "",
  89. "postcode": "GU1 1BT",
  90. "latitude": null,
  91. "longitude": null
  92. }
  93. },
  94. "contact": {
  95. "contactDetails": {
  96. "emailAddress": {
  97. "type": "Primary",
  98. "address": "golftestemail@gmail.com"
  99. },
  100. "telephoneNumbers": [
  101. {
  102. "type": "Mobile",
  103. "number": "07234248434"
  104. }
  105. ]
  106. },
  107. "name": {
  108. "middle": "",
  109. "first": "Layla-Jade",
  110. "last": "Mortimer",
  111. "business": null,
  112. "title": "Ms"
  113. }
  114. },
  115. "run": {
  116. "vanId": "Van 39",
  117. "dropNumber": 25,
  118. "plannedArrival": null,
  119. "actualArrival": null,
  120. "plannedDeparture": "2017-08-17T05:00:00Z",
  121. "actualDeparture": null
  122. }
  123. },
  124. "payment": {
  125. "vouchers": [
  126. {
  127. "ean": "9911770072504",
  128. "quantity": null
  129. },
  130. {
  131. "ean": "9904519061006",
  132. "quantity": null
  133. },
  134. {
  135. "ean": "9904519060016",
  136. "quantity": null
  137. }
  138. ]
  139. },
  140. "pickResultCounts": {
  141. "UNAVAILABLE": 2,
  142. "PART_UNAVAILABLE": 1,
  143. "SUBSTITUTION": 1
  144. }
  145. }
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement