| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "reservations": [
- {
- "id": "RES-2026-001",
- "code": "6JKXCJ",
- "customer_name": "Josef Test",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 1,
- "quantity": 10,
- "size": "S"
- }
- ],
- "created": "2026-02-08 21:03:07",
- "expires": "2026-04-09 21:03:07",
- "status": "open",
- "picked_up": false,
- "type": "regular"
- },
- {
- "id": "RES-2026-002",
- "code": "VPVT2Q",
- "customer_name": "Josef Test",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 1,
- "quantity": 2,
- "size": "S"
- }
- ],
- "created": "2026-02-08 21:03:30",
- "expires": "2026-04-09 21:03:30",
- "status": "open",
- "picked_up": false,
- "type": "regular"
- },
- {
- "id": "RES-2026-003",
- "code": "4ADCGC",
- "customer_name": "Josef Test",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 2,
- "quantity": 2,
- "size": "S"
- }
- ],
- "created": "2026-02-08 21:04:10",
- "expires": "2026-04-09 21:04:10",
- "status": "picked_up",
- "picked_up": true,
- "type": "regular"
- },
- {
- "id": "RES-2026-004",
- "code": "GNKV6D",
- "customer_name": "Josef Test",
- "customer_email": "inbox@medowar.de",
- "items": [
- {
- "product_id": 1,
- "quantity": 10,
- "size": "S"
- }
- ],
- "created": "2026-02-08 21:04:12",
- "expires": "",
- "status": "open",
- "picked_up": false,
- "type": "backorder",
- "backorder_status": "notified"
- }
- ]
- }
|