{
"items": [
{
"id": 42,
"code": "WIDGET-001",
"name": "Widget Standard",
"upc": "012345678901",
"product_group": {
"id": 3,
"code": "ELEC"
},
"price": 29.99,
"on_hand": 150,
"is_active": true,
"updated_at": "2026-03-01T10:00:00-04:00",
"_links": {
"self": "/api/inventory/products/by-id/42"
}
},
{
"id": 15,
"code": "BOLT-M8X50",
"name": "Boulon M8x50",
"upc": "098765432109",
"product_group": {
"id": 7,
"code": "QUINCAILLERIE"
},
"price": 0.85,
"on_hand": 5000,
"is_active": true,
"updated_at": "2026-02-15T14:30:00-04:00",
"_links": {
"self": "/api/inventory/products/by-id/15"
}
}
],
"page": 1,
"page_size": 50,
"total": 1250,
"total_pages": 25
}