inventorystatus
Defines inventory statuses such as 'available,' 'backordered,' or 'in transit,' providing insight into stock availability.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Unique identifier for the inventory status record, used internally by NetSuite. | |
| description | String | Detailed explanation or label for the inventory status, providing additional context on its usage. | |
| externalid | String | An optional identifier that can be used to reference this inventory status record from external systems. | |
| inventoryavailable | Boolean | Indicates whether inventory associated with this status is available for order commitment and allocation. | |
| isinactive | Boolean | Specifies whether this inventory status is inactive. Inactive statuses cannot be assigned to items or transactions. | |
| name | String | The user-defined name of the inventory status, used for classification and selection within NetSuite. |