itemcollection
Defines collections or groups of items, often used for bundling or categorization in sales and reporting.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | An internal system-generated identifier that is unique to each item collection and cannot be changed. | |
| description | String | A detailed explanation or summary of the item collection, providing context on its purpose or usage within NetSuite. | |
| externalid | String | An optional identifier that can be set externally to integrate with other systems, ensuring consistency across different platforms. | |
| isinactive | Boolean | Indicates whether the item collection is currently inactive. If set to 'true', the collection is not available for use in transactions. | |
| name | String | The name of the item collection, typically used to categorize or group related items for easy identification and retrieval. |