39647-vm/backend/data/boxes.json
Flatlogic Bot 986d159d20 1
2026-04-15 10:39:38 +00:00

58 lines
1.7 KiB
JSON

[
{
"id": "box-1",
"name": "Small Shipping Box",
"price": 9.99,
"image": "images/boxes/box-1.svg",
"description": "Compact corrugated box for light parts, samples, and small product shipments."
},
{
"id": "box-2",
"name": "Medium Mailer Box",
"price": 12.5,
"image": "images/boxes/box-2.svg",
"description": "Strong everyday mailer with extra room for inserts, labels, and protective padding."
},
{
"id": "box-3",
"name": "Heavy Duty Carton",
"price": 15.25,
"image": "images/boxes/box-3.svg",
"description": "Durable double-wall carton built for heavier items and warehouse handling."
},
{
"id": "box-4",
"name": "Retail Display Box",
"price": 18,
"image": "images/boxes/box-4.svg",
"description": "Clean presentation box designed for retail shelves, kits, and branded packaging."
},
{
"id": "box-5",
"name": "Long Parts Box",
"price": 14.75,
"image": "images/boxes/box-5.svg",
"description": "Extended-length box for narrow components, rods, trims, and specialty parts."
},
{
"id": "box-6",
"name": "Deep Storage Box",
"price": 16.5,
"image": "images/boxes/box-6.svg",
"description": "Deep format storage box for bulk inventory, stacked packing, and backroom use."
},
{
"id": "box-7",
"name": "Flat Pack Box",
"price": 11.95,
"image": "images/boxes/box-7.svg",
"description": "Low-profile box for folded materials, manuals, labels, and flat-pack assemblies."
},
{
"id": "box-8",
"name": "Large Bulk Box",
"price": 22,
"image": "images/boxes/box-8.svg",
"description": "Large-capacity box for bundled products, bulk orders, and industrial shipments."
}
]