{
"_links": {
"self": "/api/inventory/product-items/by-id/42"
},
"categories": [
{
"code": "ROUGE",
"descriptor": "Rouge cerise",
"id": 15
}
],
"id": 42,
"is_active": true,
"location": "A-12-3",
"on_hand": 150,
"price": 29.99,
"product": {
"code": "MAD-2X6",
"id": 5
},
"upc": "012345678901",
"updated_at": "2026-03-01T10:00:00-04:00"
}