reservations.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "reservations": [
  3. {
  4. "id": "FWFS-2026-001",
  5. "customer_name": "Josef Test",
  6. "customer_email": "inbox@medowar.de",
  7. "items": [
  8. {
  9. "product_id": 1,
  10. "quantity": 3,
  11. "size": "L"
  12. }
  13. ],
  14. "created": "2026-02-08 23:50:25",
  15. "expires": "2026-04-09 23:50:25",
  16. "status": "expired",
  17. "picked_up": false,
  18. "type": "regular"
  19. },
  20. {
  21. "id": "FWFS-2026-002",
  22. "customer_name": "Testing 123",
  23. "customer_email": "inbox@medowar.de",
  24. "items": [
  25. {
  26. "product_id": 1,
  27. "quantity": 5,
  28. "size": "L"
  29. }
  30. ],
  31. "created": "2026-02-08 23:50:58",
  32. "expires": "2026-04-09 23:56:38",
  33. "status": "expired",
  34. "picked_up": false,
  35. "type": "regular"
  36. },
  37. {
  38. "id": "FWFS-2026-003",
  39. "customer_name": "Josef Test",
  40. "customer_email": "inbox@medowar.de",
  41. "items": [
  42. {
  43. "product_id": 1,
  44. "quantity": 15,
  45. "size": "M"
  46. }
  47. ],
  48. "created": "2026-02-08 23:52:29",
  49. "expires": "2026-04-09 23:52:29",
  50. "status": "expired",
  51. "picked_up": false,
  52. "type": "regular"
  53. },
  54. {
  55. "id": "FWFS-2026-004",
  56. "customer_name": "Josef test3",
  57. "customer_email": "inbox@medowar.de",
  58. "items": [
  59. {
  60. "product_id": 7,
  61. "quantity": 80
  62. }
  63. ],
  64. "created": "2026-02-08 23:53:56",
  65. "expires": "2026-04-09 23:53:56",
  66. "status": "picked_up",
  67. "picked_up": true,
  68. "type": "regular"
  69. },
  70. {
  71. "id": "FWFS-2026-005",
  72. "customer_name": "Josef test3",
  73. "customer_email": "inbox@medowar.de",
  74. "items": [
  75. {
  76. "product_id": 1,
  77. "quantity": 3,
  78. "size": "M"
  79. },
  80. {
  81. "product_id": 1,
  82. "quantity": 2,
  83. "size": "L"
  84. }
  85. ],
  86. "created": "2026-02-08 23:53:58",
  87. "expires": "",
  88. "status": "open",
  89. "picked_up": false,
  90. "type": "backorder",
  91. "backorder_status": "pending",
  92. "is_hidden": true,
  93. "hidden_at": "2026-04-12 12:27:01",
  94. "hidden_reason": "spam_deleted"
  95. },
  96. {
  97. "id": "FWFS-2026-006",
  98. "customer_name": "Inbox Testing mail",
  99. "customer_email": "medowar@AllFreeMail.net",
  100. "items": [
  101. {
  102. "product_id": 1,
  103. "quantity": 2,
  104. "size": "L"
  105. }
  106. ],
  107. "created": "2026-02-09 00:23:51",
  108. "expires": "2026-04-10 00:25:03",
  109. "status": "expired",
  110. "picked_up": false,
  111. "type": "regular"
  112. },
  113. {
  114. "id": "FWFS-2026-007",
  115. "customer_name": "Josef Test Responsive",
  116. "customer_email": "medowar@AllFreeMail.net",
  117. "items": [
  118. {
  119. "product_id": 1,
  120. "quantity": 1,
  121. "size": "S"
  122. }
  123. ],
  124. "created": "2026-02-09 12:05:43",
  125. "expires": "2026-04-10 12:05:43",
  126. "status": "expired",
  127. "picked_up": false,
  128. "type": "regular"
  129. }
  130. ]
  131. }