39647-vm/backend/data/products.json
tornikegerantia 8f32ec7d16 Add an admin interface to edit product details for all boxes
Create a new admin page and backend endpoints to allow authorized users to modify product price, image, and description for the eight boxes.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 375ec6d3-d5af-4f82-ab81-5c60fd4a86a3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 534b4c21-8691-4e0a-ba0c-0091bb20606a
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/147e665c-8c0d-48ec-b0ad-fdc89cd4460f/375ec6d3-d5af-4f82-ab81-5c60fd4a86a3/e238nM8
Replit-Helium-Checkpoint-Created: true
2026-04-15 00:27:21 +00:00

146 lines
3.1 KiB
JSON

[
{
"_id": "box-1",
"name": "box1",
"description": "Description for box1",
"price": 9.2,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-001",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.816Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
},
{
"_id": "box-2",
"name": "box2",
"description": "Description for box2",
"price": 10,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-002",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.817Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
},
{
"_id": "box-3",
"name": "box3",
"description": "Description for box3",
"price": 8.5,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-003",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.818Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
},
{
"_id": "box-4",
"name": "box4",
"description": "Description for box4",
"price": 11,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-004",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.819Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
},
{
"_id": "box-5",
"name": "box5",
"description": "Description for box5",
"price": 6.99,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-005",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.820Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
},
{
"_id": "box-6",
"name": "box6",
"description": "Description for box6",
"price": 4.99,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-006",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.821Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
},
{
"_id": "box-7",
"name": "box7",
"description": "Description for box7",
"price": 5.99,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-007",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.822Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
},
{
"_id": "box-8",
"name": "box8",
"description": "Description for box8",
"price": 7.99,
"salePrice": null,
"category": "Box",
"image": "",
"images": [],
"stock": 100,
"sku": "BOX-008",
"rating": 0,
"reviewCount": 0,
"tags": [],
"isActive": true,
"createdAt": "2026-04-06T08:51:33.823Z",
"updatedAt": "2026-04-15T00:00:00.000Z"
}
]