| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "reservations": [
- {
- "id": "FWFS-2026-001",
- "customer_name": "Josef Test",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 1,
- "quantity": 3,
- "size": "L"
- }
- ],
- "created": "2026-02-08 23:50:25",
- "expires": "2026-04-09 23:50:25",
- "status": "open",
- "picked_up": false,
- "type": "regular"
- },
- {
- "id": "FWFS-2026-002",
- "customer_name": "Testing 123",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 1,
- "quantity": 5,
- "size": "L"
- }
- ],
- "created": "2026-02-08 23:50:58",
- "expires": "2026-04-09 23:56:38",
- "status": "open",
- "picked_up": false,
- "type": "regular"
- },
- {
- "id": "FWFS-2026-003",
- "customer_name": "Josef Test",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 1,
- "quantity": 15,
- "size": "M"
- }
- ],
- "created": "2026-02-08 23:52:29",
- "expires": "2026-04-09 23:52:29",
- "status": "open",
- "picked_up": false,
- "type": "regular"
- },
- {
- "id": "FWFS-2026-004",
- "customer_name": "Josef test3",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 7,
- "quantity": 80
- }
- ],
- "created": "2026-02-08 23:53:56",
- "expires": "2026-04-09 23:53:56",
- "status": "picked_up",
- "picked_up": true,
- "type": "regular"
- },
- {
- "id": "FWFS-2026-005",
- "customer_name": "Josef test3",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 1,
- "quantity": 3,
- "size": "M"
- },
- {
- "product_id": 1,
- "quantity": 2,
- "size": "L"
- }
- ],
- "created": "2026-02-08 23:53:58",
- "expires": "",
- "status": "open",
- "picked_up": false,
- "type": "backorder",
- "backorder_status": "pending"
- },
- {
- "id": "FWFS-2026-006",
- "customer_name": "Inbox Testing mail",
- "customer_email": "medowar@AllFreeMail.net",
- "items": [
- {
- "product_id": 1,
- "quantity": 2,
- "size": "L"
- }
- ],
- "created": "2026-02-09 00:23:51",
- "expires": "2026-04-10 00:25:03",
- "status": "open",
- "picked_up": false,
- "type": "regular"
- }
- ]
- }
|