# Nr1CatalogApp.ItemBasicViewData

## 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. | 
**itemId** | [**ItemIdData**](ItemIdData.md) | Item id data | 
**packageIdentifiers** | [**[ItemPackageIdData]**](ItemPackageIdData.md) | A set of package identifiers | [optional] 
**shortDescription** | [**LocalizedTextData**](LocalizedTextData.md) | Short description in the requested locale (default locale is used if no direct match is found). | [optional] 
**longDescription** | [**LocalizedTextData**](LocalizedTextData.md) | Short description in the requested locale (default locale is used if no direct match is | [optional] 
**status** | **String** | Item status.<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> | [optional] 
**merchandiseCategory** | [**NodeIdData**](NodeIdData.md) | Merchandise category identifier with the ancestry. | 
**departmentId** | **String** | The department id. | 
**familyCode** | **String** | The family code of the item. | [optional] 
**manufacturerCode** | **String** | The manufacture code of the item. | [optional] 
**nonMerchandise** | **Boolean** | Whether is a non merchandise or not. | 
**externalIdentifiers** | [**[ExternalIdentifier]**](ExternalIdentifier.md) | Stores multiple external identifiers for an item. | [optional] 
**posNumber** | **String** | POS Identifier Number | [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] 


<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"`)




