# Nr1CatalogApp.ItemAttributesData

## 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. | 
**blockForSale** | **Boolean** | Block for Sale Flag | [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 | [optional] 
**merchandiseCategory** | [**NodeIdData**](NodeIdData.md) |  | [optional] 
**status** | **String** | Status of the current item attributes. If set to INACTIVE, it means that item is not available for the specified unit. This approach allows to apply restrictions at the enterprise unit and also maintain information about the products that are 'sold' at a specific location.<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> | 
**dynamicAttributes** | [**[DynamicAttributesData]**](DynamicAttributesData.md) | Customer specific dynamic attributes. | [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] 
**groups** | [**[GroupIdData]**](GroupIdData.md) | Collection of groups that represents group memberships of the catalog item (enterprise unit level). | [optional] 
**linkGroups** | [**[LinkGroupIdData]**](LinkGroupIdData.md) | Collection of linked items that represents a logically connected group of the catalog items at the enterprise unit level). Linked item reference allows specifying additional attributes at the association level. | [optional] 
**imageUrls** | **[String]** |  | [optional] 
**locations** | [**[LocationAttributesData]**](LocationAttributesData.md) | Collection of location information that represents where an item is located. If multiple duplicate objects are given, will save one. | [optional] 
**regulatoryMessages** | [**[RegulatoryMessageData]**](RegulatoryMessageData.md) | Collection of messages and language codes that represents required government regulatory messages. | [optional] 
**kitchen** | [**KitchenAttributes**](KitchenAttributes.md) | This is the object used to store kitchen-related information such as cook times. | [optional] 
**nutritionFacts** | [**NutritionFactsData**](NutritionFactsData.md) | Nutritional Related 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"`)




