reservations.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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": "open",
  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": "open",
  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": "open",
  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. },
  93. {
  94. "id": "FWFS-2026-006",
  95. "customer_name": "Inbox Testing mail",
  96. "customer_email": "medowar@AllFreeMail.net",
  97. "items": [
  98. {
  99. "product_id": 1,
  100. "quantity": 2,
  101. "size": "L"
  102. }
  103. ],
  104. "created": "2026-02-09 00:23:51",
  105. "expires": "2026-04-10 00:25:03",
  106. "status": "open",
  107. "picked_up": false,
  108. "type": "regular"
  109. }
  110. ]
  111. }