Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. {
  2. "message": "Sending request to ESB",
  3. "context": {
  4. "path": "sale\/orders",
  5. "content": {
  6. "storeCode": "00139",
  7. "orderNo": "PWBT201807090000511",
  8. "orderDate": "2018-07-09T04:14:57.000Z",
  9. "orderStatus": "LOGISTICS",
  10. "t1cNo": "7777777777",
  11. "totalConfirmQuantity": 2,
  12. "totalDiscount": 235,
  13. "totalShippingFee": 150,
  14. "totalAmount": 324,
  15. "totalVatAmount": 21.19,
  16. "vatRate": 7,
  17. "payments": [
  18. {
  19. "code": "",
  20. "type": "ZEROPAY",
  21. "amount": 324
  22. }
  23. ],
  24. "orderDiscounts": [
  25. {
  26. "code": "OPDD",
  27. "amount": 235,
  28. "type": "Freebies"
  29. }
  30. ],
  31. "lineItems": [
  32. {
  33. "id": "7539",
  34. "itemNo": 1,
  35. "sku": "213368",
  36. "fromStore": "00139",
  37. "storeToReserve": "",
  38. "quantity": 1,
  39. "normalPricePerUnit": 174,
  40. "specialPricePerUnit": 174,
  41. "totalPriceBeforeDiscount": 174,
  42. "discounts": []
  43. },
  44. {
  45. "id": "7540",
  46. "itemNo": 2,
  47. "sku": "215048",
  48. "fromStore": "00139",
  49. "storeToReserve": "",
  50. "quantity": 1,
  51. "normalPricePerUnit": 235,
  52. "specialPricePerUnit": 0,
  53. "totalPriceBeforeDiscount": 235,
  54. "discounts": [
  55. {
  56. "amount": 235,
  57. "code": "OPDD",
  58. "type": "Freebies",
  59. "mdId": "MDIDFreebie_213368"
  60. }
  61. ]
  62. }
  63. ]
  64. }
  65. },
  66. "level": 200,
  67. "level_name": "INFO",
  68. "channel": "middlewareLogger",
  69. "datetime": {
  70. "date": "2018-07-09 04:29:09.064695",
  71. "timezone_type": 3,
  72. "timezone": "UTC"
  73. },
  74. "extra": []
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement