itemType
Defines item classifications such as inventory, service, assembly, or non-inventory for proper categorization and processing.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | A system-generated unique identifier assigned to each item type in NetSuite, used for programmatically referencing records. | |
| id | String | The external identifier for the item type, often used for integration purposes or custom scripting within NetSuite. | |
| name | String | The descriptive name of the item type, providing a human-readable label for categorization and reporting. |