The Inventory Data Model tracks stock quantities, reserved amounts, and availability status for items in your e-commerce catalog.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Type | Description |
|---|---|---|
rootfi_id | integer | Unique identifier for this inventory record |
platform_id | string | Platform-specific inventory identifier |
item_id | string | Reference to the related item |
quantity | number | Total quantity on hand |
reserved_quantity | number | Quantity allocated to pending orders |
available_quantity | number | Quantity available for new orders |
status | enum | IN_STOCK, LOW_STOCK, OUT_OF_STOCK, DISCONTINUED |
updated_at | string | Last update timestamp (ISO 8601) |
GET /v4/core/companies/{company_id}/shared/inventory.