# Nr1CatalogApp.ItemGroupingsWriteData

## 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. | 
**status** | **String** | Status of the current item groupings. If set to INACTIVE, it means that item grouping 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> | 
**groups** | [**[GroupIdData]**](GroupIdData.md) | Collection of groups that represents group memberships of the catalog item (enterprise unit level). | [optional] 
**itemGroupingId** | [**ItemGroupingsIdData**](ItemGroupingsIdData.md) | Item grouping identifier. | 


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




