UnitsType
Defines units of measurement, such as pounds, liters, or hours, for inventory and service items in NetSuite.
Columns
| Name | Type | ReadOnly | Description |
| InternalId [KEY] | String | True |
The InternalId of the units type, a unique identifier used to distinguish this particular unit type within the system. |
| ExternalId | String | False |
The ExternalId of the units type, typically a user-defined or external reference for the unit type in integrations or external systems. |
| IsInactive | Boolean | False |
Indicates whether the units type is inactive. If true, the unit type is not currently in use or available for selection in transactions. |
| Name | String | False |
The name of the units type, used to identify the type of unit (for example, Kilogram, Piece, Liter) in transactions and inventory management. |
| UomList_ReplaceAll | Boolean | False |
Specifies whether the list of units of measure (UOM) associated with this units type should be replaced entirely. If true, the existing list will be replaced with new values. |