Get item details
GET/items/:itemId
Returns the full record for a single item, including its inventory code, type, category, default unit and pricing, shelf life, storage requirements, allergen declarations, reorder thresholds, tags, and any user-defined custom fields.
Request
Response
- 200
- 401
- 404
Full item details
Unauthorized — missing or invalid API key
Resource not found
Response
{
"id": "2087",
"inventoryCode": "INV-000312",
"name": "Organic Tahini",
"itemType": "raw_material",
"category": "Pastes",
"defaultUnit": "lbs",
"unitPrice": 3.25,
"recommendedRetailPrice": null,
"minimumOrderQuantity": 100,
"perishable": true,
"storageRequirement": "Refrigerate below 40°F",
"shelfLifeDays": 180,
"allergens": [],
"tags": [],
"itemKinds": [],
"clientProductId": null,
"customFields": {},
"status": "active"
}