orders.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "orders": [
  3. {
  4. "id": "FWFS-2026-001",
  5. "customer_name": "uojsndfoin",
  6. "customer_email": "inbx@mailpit.medowar.de",
  7. "organization_id": "feuerwehr-freising",
  8. "organization_label": "Feuerwehr Freising TEST",
  9. "comment": "",
  10. "items": [
  11. {
  12. "product_id": 10,
  13. "product_name": "Beil",
  14. "size": "Universalgröße",
  15. "availability_label": "",
  16. "is_processed": true
  17. },
  18. {
  19. "product_id": 17,
  20. "product_name": "Allwetterjacke",
  21. "size": "M",
  22. "availability_label": "",
  23. "is_processed": false
  24. }
  25. ],
  26. "status": "cancelled",
  27. "confirmation_status": "not_required",
  28. "confirmation_token": "",
  29. "confirmation_expires_at": "",
  30. "confirmed_at": "2026-05-11 22:14:17",
  31. "created_at": "2026-05-11 22:14:17",
  32. "updated_at": "2026-05-11 22:15:23",
  33. "cancelled_at": "2026-05-11 22:15:23",
  34. "cancelled_by": "admin",
  35. "cancellation_reason": "test",
  36. "admin_notified_at": ""
  37. },
  38. {
  39. "id": "FWFS-2026-002",
  40. "customer_name": "asdad",
  41. "customer_email": "jbisbf@mailpit.medowar.de",
  42. "organization_id": "feuerwehr-freising",
  43. "organization_label": "Feuerwehr Freising TEST",
  44. "comment": "",
  45. "items": [
  46. {
  47. "product_id": 4,
  48. "product_name": "Fleece",
  49. "size": "M",
  50. "availability_label": "",
  51. "is_processed": true
  52. },
  53. {
  54. "product_id": 5,
  55. "product_name": "Handschuhe AT",
  56. "size": "9",
  57. "availability_label": "",
  58. "is_processed": true
  59. }
  60. ],
  61. "status": "processed",
  62. "confirmation_status": "not_required",
  63. "confirmation_token": "",
  64. "confirmation_expires_at": "",
  65. "confirmed_at": "2026-05-11 22:14:38",
  66. "created_at": "2026-05-11 22:14:38",
  67. "updated_at": "2026-05-11 22:14:58",
  68. "cancelled_at": "",
  69. "cancelled_by": "",
  70. "cancellation_reason": "",
  71. "admin_notified_at": ""
  72. },
  73. {
  74. "id": "FWFS-2026-003",
  75. "customer_name": "sfsdfsd",
  76. "customer_email": "fsdfsdf@123.de",
  77. "organization_id": "feuerwehr-freising",
  78. "organization_label": "Feuerwehr Freising TEST",
  79. "comment": "",
  80. "items": [
  81. {
  82. "product_id": 10,
  83. "product_name": "Beil",
  84. "size": "Universalgröße",
  85. "availability_label": "",
  86. "is_processed": false
  87. },
  88. {
  89. "product_id": 4,
  90. "product_name": "Fleece",
  91. "size": "M",
  92. "availability_label": "",
  93. "is_processed": false
  94. }
  95. ],
  96. "status": "open",
  97. "confirmation_status": "not_required",
  98. "confirmation_token": "",
  99. "confirmation_expires_at": "",
  100. "confirmed_at": "2026-05-11 22:17:07",
  101. "created_at": "2026-05-11 22:17:07",
  102. "updated_at": "2026-05-11 22:17:07",
  103. "cancelled_at": "",
  104. "cancelled_by": "",
  105. "cancellation_reason": "",
  106. "admin_notified_at": ""
  107. }
  108. ]
  109. }