# Nr1CatalogApp.ItemViewData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **Number** | Version (normally epoch time in millis) representing the version of the object. This field is used to avoid object overrides in environments that allow concurrent modification of data. | 
**packageIdentifiers** | [**[ItemPackageIdData]**](ItemPackageIdData.md) | Customer specific package identifiers. | [optional] 
**longDescription** | [**MultiLanguageTextData**](MultiLanguageTextData.md) | Long description of the catalog item Min= 1 Max= 1024 | [optional] 
**shortDescription** | [**MultiLanguageTextData**](MultiLanguageTextData.md) | Stores multiple short description for an item. Min= 1 Max= 128 | 
**merchandiseCategory** | [**NodeIdData**](NodeIdData.md) | Merchandise category path. | 
**alternateCategories** | [**[NodeIdData]**](NodeIdData.md) | Collection of custom categories nodes associated with the item. No restrictions are placed to  the kind of nodes that can be associated with an item. Nodes may be leaf or non-leaf nodes. They may be from the same root or different roots. | [optional] 
**status** | **String** | Item status will be used to mark items as active, inactive or other.<br/>Supported types:<br/><ul><li>ACTIVE: Indicates that object is active.</li><li>INACTIVE: Indicates that object is not active.</li><li>DISCONTINUED: Indicates that object is discontinued.</li><li>SEASONAL: Indicates that object is seasonal.</li><li>TO_DISCONTINUE: Indicates that object will be discontinued.</li><li>UNAUTHORIZED: Indicates that object is unauthorized.</li></ul> | 
**departmentId** | **String** | The department id. | 
**nonMerchandise** | **Boolean** | Whether is a non merchandise or not. | 
**familyCode** | **String** | The family code of the item. | [optional] 
**referenceId** | **String** | The reference id used to integrate Catalog with the other systems and APIs that use it. At present this identifier is used as a productId to the ODSP Menu and Order APIs. | [optional] 
**manufacturerCode** | **String** | The manufacture code of the item. | [optional] 
**externalIdentifiers** | [**[ExternalIdentifier]**](ExternalIdentifier.md) | Stores multiple external identifiers for an item. | [optional] 
**posNumber** | **String** | POS Identifier Number for Item | [optional] 
**sourceSystem** | [**SourceSystemData**](SourceSystemData.md) | The source system that creates and modifies the record.<br/>Supported source systems:<br/><ul><li>ERP: Enterprise Resource Planning system.</li><li>STORE: Store.</li></ul> | [optional] 
**dynamicAttributes** | [**[DynamicAttributesData]**](DynamicAttributesData.md) | Customer or product specific dynamic attributes. These can contain any number of attributes that may drive client application behavior (such as POS logic). | [optional] 
**itemId** | [**ItemIdData**](ItemIdData.md) | Item id. | 
**auditTrail** | [**AuditTrailData**](AuditTrailData.md) | Audit data information. | [optional] 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `INACTIVE` (value: `"INACTIVE"`)

* `ACTIVE` (value: `"ACTIVE"`)

* `DISCONTINUED` (value: `"DISCONTINUED"`)

* `SEASONAL` (value: `"SEASONAL"`)

* `TO_DISCONTINUE` (value: `"TO_DISCONTINUE"`)

* `UNAUTHORIZED` (value: `"UNAUTHORIZED"`)




