E-commerceintermediate

Inventory Snapshot JSON Example

A stock-oriented JSON example for inventory reporting and low-stock alerts.

Real-world use case: Use this for stock syncs, nightly exports, or warehouse dashboards.
1{
2 "snapshotAt": "2026-03-12T00:00:00Z",
3 "warehouseId": "wh_north_1",
4 "items": [
5 {
6 "sku": "TSHIRT-BLK-M",
7 "onHand": 84,
8 "reserved": 6,
9 "available": 78
10 },
11 {
12 "sku": "CAP-NAVY",
13 "onHand": 14,

Where this shape shows up in production

Warehouse exports
Low stock alerts
Inventory analytics

Related examples